App.bundle.js not being created - breaking app

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.