Befehl ng nicht gefunden
npm i -g @angular/cli
cyberjourney
npm i -g @angular/cli
The issue is simple, npm doesn't know about ng
Just run npm link @angular/cli and it should work seamlessly.
npm link @angular/cli