Errors: Data path “.builders['app-shell']” should have required property 'class'

前端 未结 20 1474
心在旅途
心在旅途 2020-11-30 19:27

I am getting this error while running my application. Here are the details of my application.

Angular CLI: 7.3.3 
Node: 10.15.1 
Angular: 7.2.7 
@angular-de         


        
20条回答
  •  遥遥无期
    2020-11-30 20:07

    I did this change in package.json file, then it works.

    "@angular-devkit/build-angular": "^0.803.23"

    to

    "@angular-devkit/build-angular": "^0.13.9"

提交回复
热议问题