Home > Mobile >  ANGULAR - Error: You need to specify a command before moving on. Use '--help' to view the
ANGULAR - Error: You need to specify a command before moving on. Use '--help' to view the

Time:06-05

I am facing the issue ,

Error: You need to specify a command before moving on. Use '--help' to view the available commands

everytime while using any of the ng command

CodePudding user response:

One possibility is you did not install angular CLI https://angular.io/cli

CodePudding user response:

You just need to specify the command. Try to put 'ng version', but before that, you should make sure that you have Angular CLI

  • Related