美文网首页
卸载angular/cli(windows)

卸载angular/cli(windows)

作者: 追逐繁星的阿忠 | 来源:发表于2021-01-29 11:30 被阅读0次

2021-01-29
直接用

npm uninstall -g @angular/cli

没有成功卸载,运行ng -v依然可行
查看stackoverflow上说的

应该:

npm uninstall -g angular-cli

npm uninstall -g @angular/cli

npm cache clean

Delete the C:\Users\YOU\AppData\Roaming\npm\node_modules@angular folder.

最后就是找到你安装包的位置,删除文件。
成功卸载

相关文章

网友评论

      本文标题:卸载angular/cli(windows)

      本文链接:https://www.haomeiwen.com/subject/xwrqtltx.html