ng: command not found while creating new project using angular-cli

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

Just run npm link @angular/cli and it should work seamlessly.

Leave a Comment