You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
ERROR in src/app/admin/customers/customer-details/customer-details.component.ts(7,29): error TS2307: Cannot find module 'angular-pipes/src/array/order-by.pipe'.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! mapcloud-portal@0.0.0 dist-mc: ng build mapcloud --prod --output-path ../server/portal/web/static/dist/en
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the mapcloud-portal@0.0.0 dist-mc script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\iain.hunter\AppData\Roaming\npm-cache_logs\2018-05-18T16_42_31_181Z-debug.log
The text was updated successfully, but these errors were encountered:
hunt3ri
changed the title
When performing a build in Angular 6, compiler complains about angular-pipes badly packaged TS files
When performing a build in Angular 6, compiler complains about angular-pipes 7.2 badly packaged TS files
May 18, 2018
hunt3ri
changed the title
When performing a build in Angular 6, compiler complains about angular-pipes 7.2 badly packaged TS files
When performing a build in Angular 6, compiler complains about not finding a module
May 18, 2018
When I perform an ng-build with the --prod flag under Angular 6 I see the following error. It seems to be related to this issue. Version is 7.2
Github link
ng build project --prod
ERROR in src/app/admin/customers/customer-details/customer-details.component.ts(7,29): error TS2307: Cannot find module 'angular-pipes/src/array/order-by.pipe'.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! mapcloud-portal@0.0.0 dist-mc:
ng build mapcloud --prod --output-path ../server/portal/web/static/dist/en
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the mapcloud-portal@0.0.0 dist-mc script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\iain.hunter\AppData\Roaming\npm-cache_logs\2018-05-18T16_42_31_181Z-debug.log
The text was updated successfully, but these errors were encountered: