Data path "['build']" should have required property 'builder'

92 views Asked by At

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'.

1

There are 1 answers

0
Girish Akhare On

Add below in angular.json under main project schema.

"build": {
      "builder": "@angular-devkit/build-angular:browser",
       ...
 }