Command 'ng' not found, but can be installed with:

C++
The issue is simple, npm doesn't know about ng

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

Also in C++: