-
Notifications
You must be signed in to change notification settings - Fork 348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building the application for production fails #395
Comments
Hello, does |
Hi, Both work and ionic cordova build android --minifyjs --minifycss --optimizejs works but ionic cordova build android --aot --minifyjs --minifycss --optimizejs fails. |
maybe you are using an Try to use the local version of Ionic CLI instead |
I have a clean node install with nvm. Here is what ./node_modules/.bin/ionic info produces. cli packages:
global packages: cordova (Cordova CLI) : 6.5.0 local packages: System: Environment Variables: Misc: |
Doing ionic cordova build ios --prod results in the following errors.
Error: ./config/components/actor-list/actor-list.ts
Module build failed: Error: ENOENT: no such file or directory, open '/Users/lthomison/Development/hybrid-alpha/config/components/actor-list/actor-list.js'
@ ./config/components/actor-list/actor-list.ngfactory.ts 16:0-35
@ ./src/app/app.module.ngfactory.ts
@ ./src/app/main.ts,./config/components/index.ts
Module build failed: Error: ENOENT: no such file or directory, open '/Users/lthomison/Development/hybrid-alpha/config/components/index.js'
The text was updated successfully, but these errors were encountered: