npm start throw Data path ".builders['app-shell']" should have required property 'class'
See original GitHub issueIssue description
Current behavior: Not able to start the project.
Expected behavior: Project started
Steps to reproduce: npm start
Other information:
npm, node, OS, Browser
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'.
Node, npm: `v10.15.0` and `6.9.0`
OS: macOS (Mojave)
Issue Analytics
- State:
- Created 4 years ago
- Comments:22
Top Results From Across the Web
Errors: Data path ".builders['app-shell']" should have required ...
json in @angular-devkit/build-angular- ~0.800.1(Add tail instead of cap) 3)Then run command rm -rf node_modules/ 4)Then clean catch by giving ...
Read more >Data Path builder app-shell should have required property class
Schema validation failed with the following errors:Data path ".builders['app-shell']" should have required property...
Read more >Schema validation failed ".builders['app-shell']" should have ...
Data path “.builders['app-shell']” should have required property 'class'. ... 4.12.0 (C:\Users\coco\AppData\Roaming\npm\node_modules\ionic)
Read more >npm audit fix --force causes error: Data path ".builders['app ...
Coding example for the question npm audit fix --force causes error: Data path ".builders['app-shell']" should have required property 'class'-angular.js.
Read more >angular/angular - Gitter
Error: Schema validation failed with the following errors: Data path ".builders['app-shell']" should have required property 'class'. at MergeMapSubscriber.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey maybe you can try this fix, hope this helps 😃 this link
Changing from “@angular-devkit/build-angular”: “^0.802.1” to “@angular-devkit/build-angular”: “^0.13.9”,
solved my problem, thank you