tomastrajan / angular-ngrx-material-starter

Angular, NgRx, Angular CLI & Angular Material Starter Project
https://tomastrajan.github.io/angular-ngrx-material-starter
MIT License
2.83k stars 917 forks source link

App Fails to Start with Schema Validation failure #466

Closed selwyntheo closed 5 years ago

selwyntheo commented 5 years ago

After npm install and npm run causes the following error

Schema validation failed with the following errors: Data path ".builders['app-shell']" should have required property 'class'. Error: Schema validation failed with the following errors: Data path ".builders['app-shell']" should have required property 'class'. at MergeMapSubscriber._registry.compile.pipe.operators_1.concatMap.validatorResult [as project

Wigent commented 5 years ago

I get this after doing 'npm audit fix' as 'npm install' finds vulnerabilities. But not doing the audit fix it runs fine.

Wigent commented 5 years ago

One way to fix this is to edit package.json and change the line to: "@angular-devkit/build-angular": "^0.13.4"

tomastrajan commented 5 years ago

I am working on update to Angular v8 so there are lot's of fixes coming !

tomastrajan commented 5 years ago

Angular 8 migration was released so this is outdated, please open new issue if the behavior persists! (Old issue cleanup)