Invalid rule result: Instance of class Promise

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

    Try to install the CLI version 6.0.8 and then install in a clean project try ng add @angular/pwa@0.6.8

    Seems like the error hasn't been solved by the core team so in the meanwhile we have to use a lower version

提交回复
热议问题