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

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

    I got the same error when upgraded angular from 6 to 8.

    Simple update angular cli to latest version & node version to 10+.

    1) Visit this link to get the latest node version. Angular 8 requires 10+.
    2) Execute npm i @angular/cli@latest to update cli.


    This is what I have currently

提交回复
热议问题