Answers for "angular ng not found"

1

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
5

ng is not recognized

npm run ng <command>
Posted by: Guest on July-14-2020

Browse Popular Code Answers by Language