Answers for "ng is not recognized angular"

5

'ng' is not recognized as an internal or external command, operable program or batch file.

npm install -g @angular/cli
Posted by: Guest on June-09-2020
0

ng is not recognized

Add npm path "C:Users{Your Name}AppDataRoamingnpm"
to "Edit Environment variables" > "System Variables" > "Path" > "New Line"

Note: Remember, Its a hidden path on your PC. I Recommend you to enter your user_name in given path and copy paste it on file explorer to view the contents
Posted by: Guest on October-31-2021

Code answers related to "ng is not recognized angular"

Browse Popular Code Answers by Language