/build/js/app.bundle.js error

Hello All,

I’m new to ionic and now ionic2. I can create a new project and everything works great. If I CLI add a page or just manual add a page I get Failed to load resource: the server responded with a status of 404 (Not Found). The app is looking for app.bundle.js. I understand that with typescript there is NO app.bundle.js. BUT I also can’t find a fix ? Thank you for any help you can provide.

Cordova CLI: 6.3.1
Gulp version: CLI version 3.9.1
Gulp local: Local version 3.9.1
Ionic Framework Version: 2.0.0-beta.11
Ionic CLI Version: 2.0.0
Ionic App Lib Version: 2.0.0-beta.20
ios-deploy version: 1.8.5
ios-sim version: 5.0.8
OS: Mac OS X El Capitan
Node Version: v4.5.0
Xcode version: Xcode 8.0 Build version 8A218a

There is still an app.bundle.js file that gets built by TypeScript, the problem you’re likely facing is that you have a TypeScript error or warning and it is failing to build this file.

Check your terminal for TypeScript errors, rather than the browser console.

Thank you joshmorony. I will see what I see in terminal.

Console log output: enabled
Loading: /?restart=556964
ionic $ serve /?restart=556964 (www\index.html)
serve /cordova.js (mocked)
serve /build/js/es6-shim.min.js
serve /build/js/Reflect.js
serve /build/js/zone.js
serve /build/js/app.bundle.js
serve /?restart=556964 (www\index.html)
serve /cordova.js (mocked)
serve /build/js/es6-shim.min.js
serve /build/js/Reflect.js
serve /build/js/zone.js
serve /build/js/app.bundle.js
serve /build/js/app.bundle.js
serve /build/js/es6-shim.map
serve /build/js/Reflect.js.map

I have now tried on my Mac & a pc with a fresh install of everything. So I have to believe i’m causing the error. I’m just not sure how. All I did was add angular2-firebase

When I remove a angular2-firebase everything goes back to working. So I’m lost.

joshmorony can you advise.