I'm trying to install angular in a vagrant-box.
npm install -g @angular/cli
Sadly I get this error when I try using the client:
The program 'ng' is currently not installed. You can install it by typing:
sudo apt install ng-common
(ng-common seems to be a text-editor?)
does anyone know how I can get this running?
I tryied uninstalling and reinstalling.
Edits: Im running Ubuntu in the vagrant-box and I'm working only inside of it. The installation is completed even though I'm skipping two optional dependencys.