Invalid rule result: Instance of class Promise

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

    Run npm install @schematics/angular@7.0.7 --save-dev replace version with the same as your @angular/cli (in this scenario, 7.0.7)

提交回复
热议问题