Ionic2 RC1 builds giving white screen of death

This may not be related but I had a js-base64 error trying ot use angular2-jwt. The solution was to install the types:

Cannot find module ‘js-base64’

npm install @types/js-base64 --save

I find it’s often easier to diagnose a build issue by running ‘ionic build browser’ as ‘ionic-serve’ seems to skip ahead even if the build failed.

1 Like