Invalid rule result: Instance of class Promise

前端 未结 12 1865
野趣味
野趣味 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:34

    There seems to be an issue with the angular schematics- use npm install --save @angular/pwa@0.6.8

    Also you can try lowering the pwa version if you face further issues.

    The issue thread on github- https://github.com/angular/angular-cli/issues/11663

提交回复
热议问题