Command 'ng' not found, but can be installed with: code example
Example: 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.
The issue is simple, npm doesn't know about ng
Just run npm link @angular/cli and it should work seamlessly.