简体   繁体   English

无法卸载全局安装的 npm 包

[英]Can not uninstall globally installed npm package

Running npm uninstall -g angular2@2.0.0-beta.17运行npm uninstall -g angular2@2.0.0-beta.17

does not remove the folder under:不会删除以下文件夹:

C:\Users\MyUserName\AppData\Roaming\npm\node_modules\angular2

the CMD waits for 1 second then a new line is created and nothing really happened. CMD 等待 1 秒,然后创建一个新行,实际上什么也没发生。

How can I remove the globally installed package then the correct way?如何以正确的方式删除全局安装的软件包?

Probably you specify the wrong name or version.可能您指定了错误的名称或版本。 Try just: npm uninstall -g angular2试试看: npm uninstall -g angular2

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM