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

前端 未结 4 475
隐瞒了意图╮
隐瞒了意图╮ 2020-12-10 10:15

affter I update the ionic4 to ionic5 and try to run the ionic app the server is broken and show me this Error :

[ng] Schema validation failed with the

4条回答
  •  萌比男神i
    2020-12-10 10:52

    This worked for me as well,

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

提交回复
热议问题