angular ng not found code example
Example 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.
Example 2: ng is not recognized
npm run ng <command>