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

前端 未结 17 933
无人共我
无人共我 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:35

    I got this issue when installing Bootstrap.

    The following commands are what worked for me:

    npm uninstall @angular-devkit/build-angular
    
    npm install @angular-devkit/build-angular@0.13.0
    

提交回复
热议问题