The program ‘ng’ is currently not installed. You can install it by
typing: sudo apt install ng-common
编辑:当我尝试运行新的PROJECT_NAME时会发生这种情况
首先在你所在的目录中回到主目录
原文链接:https://www.f2er.com/angularjs/240484.htmlie prashanth:~/Projects/angular2$cd
—->
prashanth:~$
然后输入以下命令
npm bin -g
outputs—> /usr/bin
下一个,
sudo npm rm -g angular-cli
清除npm缓存,
npm cache clear
然后在全球安装angular-cli,
sudo npm install -g angular-cli
现在你好好去,输入
ng -v
并检查安装的版本.