Schema validation failed with the following errors: Data path "['build']" should have required property 'builder'. Error: Schema validation failed with the following errors: Data path "['build']" should have required property 'builder'.
Asked
Active
Viewed 54 times
1 Answers
0
Add below in angular.json
under main project schema.
"build": {
"builder": "@angular-devkit/build-angular:browser",
...
}

Girish Akhare
- 1
- 1