Bug Report or Feature Request (mark with an x)
- [x] bug report -> please search issues before submitting
Versions.
node --version
node v8.5.0
npm --version
npm 5.3.0
cat /proc/version
Linux version 4.11.0-14-generic (buildd@lcy01-08) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu116.04.4) ) #2016.04.1-Ubuntu SMP Wed Aug 9 09:06:22 UTC 2017
lsb_release -a
Distributor ID: LinuxMint
Description: Linux Mint 18.2 Sonya
Release: 18.2
Codename: sonya
Repro steps.
sudo npm install -g @angular/cli
or
npm install -g @angular/cli
and then
ng --help
gives me
$ ng --help
The program 'ng' is currently not installed. You can install it by typing:
sudo apt install ng-common
Desired functionality.
Should use the angular ng cli program
Mention any other details that might be useful.
No idea what's wrong. all other packages works fine.