【发布时间】:2020-07-27 03:18:13
【问题描述】:
我已经使用这个命令 npm install --save example-app 安装了 example-app 但我无法卸载这个库那么如何卸载这个 npm 包?
不工作
npm uninstall --save example-app
【问题讨论】:
-
不确定它在 Windows 上的工作方式,但您可以尝试从 node_module 目录中手动删除
example-ng-lib-app并从 package.json 文件中删除特定行。 -
@TGrif:还有其他方法吗?使用命令?
标签: angular6 angular5 angular7