Answers for "ng command not working"

1

command ng not foudn

npm i -g @angular/cli
Posted by: Guest on August-29-2021
3

Command 'ng' not found, but can be installed with:

The issue is simple, npm doesn't know about ng

Just run npm link @angular/cli and it should work seamlessly.
Posted by: Guest on September-04-2020
0

ng command not found

npm link @angular/cli
Posted by: Guest on November-30-2021

Code answers related to "ng command not working"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language