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

前端 未结 20 1475
心在旅途
心在旅途 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 19:57

    Your @angular-devkit is incompatible with @angular/cli version, so just install older one like this for example:

    npm install @angular-devkit/build-angular@0.13.8 @angular-devkit/build-ng-packagr@0.13.8
    

提交回复
热议问题