Invalid rule result: Instance of class Promise

前端 未结 12 2033
野趣味
野趣味 2021-01-17 13:55

I work with Angular 7.1.4. I want to generate a new module with the following line;

ng g m order-process

But I encountered an error:

<         


        
12条回答
  •  遇见更好的自我
    2021-01-17 14:36

    make sure that your angular cli version and @schematics/angular should be same then only ng add @angular/pwa < project name same as in angular.json file >

    will execute and run successfully and the service worker module will be added to the project

提交回复
热议问题