Schema validation failed with the following errors: Data path “.builders['app-shell']” should have required property 'class'

前端 未结 17 1104
无人共我
无人共我 2021-01-31 01:10
Schema validation failed with the following errors:
  Data path \".builders[\'app-shell\']\" should have required property \'class\'.

Schema validation failed with the          


        
17条回答
  •  星月不相逢
    2021-01-31 01:20

    Below worked for me.

    > 1. npm uninstall @angular-devkit/build-angular 
    
    > 2. npm install @angular-devkit/build-angular@0.13.0
    

    if we use

    AVOID: npm audit fix -f

    it may create problem, so dont use it.

提交回复
热议问题