Answers for "command 'ng' not found, but can be installed with: sudo apt install ng-common ubantu"

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

Code answers related to "command 'ng' not found, but can be installed with: sudo apt install ng-common ubantu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language