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:
<
Deleting existing package-lock.json and node_modules directory helped me running the ng new command without error
package-lock.json
node_modules
ng new