Schema validation failed with the following errors: Data path \".builders[\'app-shell\']\" should have required property \'class\'. Schema validation failed with the
I got the same error when upgraded angular from 6 to 8.
Simple update angular cli to latest version & node version to 10+.
1) Visit this link to get the latest node version. Angular 8 requires 10+. 2) Execute npm i @angular/cli@latest to update cli.
This is what I have currently