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

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

    This will do the trick for you:

    1. Update your angular cli by running the command ng update @angular/cli @angular/core
    2. Run or build your project by running the commands ng s or ng build respectively.

提交回复
热议问题