This command is not available when running the Angular CLI inside a workspace

Viewed 23

I know that usally this error is triggered when you try to serve the angular application inside of a wrong directory, but in my case it is triggered when I try to create an Angular application, with the command ng new myapp. I used latest cli version.

1 Answers

For sure you have angular.json in that folder

Related