When I create an app with the sidemenu template, the app.bundle.js and other files don’t get generated and the app shows a blank screen. This only happens with the sidemenu template.
I run the command
ionic start NewApp sidemenu --v2
Then I run ionic serve
.
The result is a blank screen with 404 errors for the following files.
http://localhost:8100/build/js/Reflect.js
http://localhost:8100/build/js/app.bundle.js
http://localhost:8100/build/js/zone.js
http://localhost:8100/build/js/es6-shim.min.js
http://localhost:8100/build/js/Reflect.js
http://localhost:8100/build/js/zone.js
http://localhost:8100/build/js/app.bundle.js
This problem only occurs when using the sidemenu template. I am able to create and run an app using the default tab template.
Ionic info:
Cordova CLI: 6.3.1
Ionic Framework Version: 2.0.0-rc.1
Ionic CLI Version: 2.1.1
Ionic App Lib Version: 2.1.1
Ionic App Scripts Version: 0.0.33
OS:
Node Version: v6.7.0