This worked for me from: Ionic 2 Not Generating app.bundle.js
In package.json:
I changed to "ionic-gulp-browserify-typescript": "1.1.0"
, (removed the caret) and ran npm install
. Then things started working.
This worked for me from: Ionic 2 Not Generating app.bundle.js
In package.json:
I changed to "ionic-gulp-browserify-typescript": "1.1.0"
, (removed the caret) and ran npm install
. Then things started working.