Ionic build rc fail

image

Keep getting Angular comipler not found error

Well check if this file node_modules/.bin/ngc and the directory node_modules/@angular/compiler-cli exists.

I remember there was an issue earlier where the @angular packages weren’t being downloaded because they weren’t included in package.json but they were included in ionic-angular package. This was solved recently in the latest ionic2-app-base repo.

So check your package json and see if there are any @angular packages there. If not, then just update your app to rc1 and make sure to update your package.json to match what’s here: https://github.com/driftyco/ionic2-app-base/blob/master/package.json

Everything is updated. And the @amgular/compiler-cli exist. Ionic serve works but build doesn’t. Package.json is as it should be. No .bin folder was found