Comment 4 for bug 1847519

Revision history for this message
Chris Sharp (chrissharp123) wrote :

Mike,

Unfortunately, I'm seeing an error during ng build --prod:

ERROR in app/staff/admin/local/circ_limit_set/circ_limit_set.module.ts:6:40 - error TS2307: Cannot find module '@eg/share/item-location-select/item-location-select.module'.

6 import {ItemLocationSelectModule} from '@eg/share/item-location-select/item-location-select.module';
                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

ERROR in app/staff/admin/local/circ_limit_set/circ_limit_set.module.ts(16,5): Error during template compile of 'CircLimitSetModule'
  Could not resolve @eg/share/item-location-select/item-location-select.module relative to [object Object]..

Looks like this is looking for a module that's not there?