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
I can't build 1.4.9-beta-3 for production, ng build --aot --prod. It works using 1.4.9-beta-2.
Error:
ERROR in ./node_modules/@ngu/carousel/carousel.ngfactory.js
Module not found: Error: Can't resolve 'carousel' in '/opt/atlassian/pipelines/agent/build/node_modules/@ngu/carousel'
ERROR in ./src/app/app.module.ngfactory.js
Module not found: Error: Can't resolve 'carousel' in '/opt/atlassian/pipelines/agent/build/src/app'
ERROR in ./src/app/object.component.ngfactory.js
Module not found: Error: Can't resolve 'carousel' in '/opt/atlassian/pipelines/agent/build/src/app/object'
Side note: 1.4.9-beta-3 is not pushed to GitHub, only published to npm. The commits and tags are missing.
The text was updated successfully, but these errors were encountered:
MatthiasKunnen
changed the title
Regression 1.4.9-beta-3
Regression 1.4.9-beta-3, build error
Aug 7, 2018
I can't build 1.4.9-beta-3 for production,
ng build --aot --prod
. It works using 1.4.9-beta-2.Error:
Side note: 1.4.9-beta-3 is not pushed to GitHub, only published to npm. The commits and tags are missing.
The text was updated successfully, but these errors were encountered: