Schema validation failed with the following errors:
Data path \".builders[\'app-shell\']\" should have required property \'class\'.
Schema validation failed with the
This worked for me.
npm uninstall @angular-devkit/build-angular
npm install @angular-devkit/build-angular@0.13.0
This will do the trick for you:
ng update @angular/cli @angular/core
ng s
or ng build
respectively.This worked for me:
In package.json
Changed "@angular-devkit/build-angular": "^0.800.0" --> "@angular-devkit/build-angular": "^0.10.0" Then:
npm install
ng serve
Specs:
Angular CLI: 6.1.5 Node: 10.15.3 OS: win32 x64 Angular: 6.1.9
The original version can be diferent, but is necessary change it at 0.10.0 or 0.13.9 version that fix the problem
Try to update @angular/core
using ng update @angular/cli @angular/core