Error: 'ng' is not recognized as an internal or external command
Reason for the issue is:
- Either Env variable is not setup properly
- or angular cli is not installed globally so
Solutions:
- open command prompt, press (ctr + r) and type cmd
- run this command "npm install -g @angular/cli"
- and all set for you to just verify go to cmd and type "ng" you will get all the details as the problem has be solved.
No comments:
Post a Comment