Hi guys,
I just upgraded my ionic APP from RC2 to final, and looks like the ionic-cli is not building my app.
I tried from a fresh new app:
npm install -g ionic cordova
ionic start cutePuppyPics --v2
cd cutePuppyPics
ionic serve
The ionic server is directly open, and I got this error message in the browser:
Error: ENOENT: no such file or directory, open ‘/home/xxxxxx/work/cutePuppyPics/www/index.html’
I guess it is because the bundle is not generated, however, I do not understand why. Same behavior is happening with my previously working application.
Ionic info is giving this result:
Your system information:
Cordova CLI: 6.3.0
Ionic Framework Version: 2.0.1
Ionic CLI Version: 2.1.0
Ionic App Lib Version: 2.1.0-beta.1
OS: Distributor ID: LinuxMint Description: Linux Mint 18 Sarah
Node Version: v6.9.5
Any idea ?..