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:
<
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