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:
<
Try to generate a blank new project and check if you get the same error there too when creating a module using the CLI.
If you do, then I'd recommend to re-install angular.