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

67 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 best solutions below

0
On

Add below in angular.json under main project schema.

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