标签:clean jpg http 删除 usr bin 快捷方式 sudo 升级
npm uninstall -g angular-cli
npm cache clean -f
find /usr -name ng
(1). 删除快捷方式
cd /usr/local/bin
rm -f ng
(2). 删除快捷方式指向的安装目录
cd /usr/local/lib/node_modules/@angular/
sudo rm -rf cli
npm install -g @angular/cli@latest
标签:clean jpg http 删除 usr bin 快捷方式 sudo 升级
原文地址:https://www.cnblogs.com/zero-zm/p/10421680.html