如何通过命令行在Windows上卸载node-gyp

时间:2016-09-28 14:21:36

标签: javascript jquery html node.js command-line

我想通过命令行从Windows 8.1卸载node-gyp有没有办法卸载它我尝试使用命令

  

npm uninstall node-gyp

从下面链接我安装了node-gyp

Link to node-gyp

但它对我没有用,我收到了以下错误

  

C:\ Windows \ system32> npm uninstall node-gyp

     

npm WARN enoent ENOENT:没有这样的文件或目录,   打开' C:\ Windows \ system32 \ pac kage.json'

     

npm WARN system32无描述

     

npm WARN system32没有存储库字段。 npm WARN system32没有   自述文件数据

     

npm WARN system32无许可证字段。

2 个答案:

答案 0 :(得分:3)

您需要确保您的工作目录位于

nodejs\node_modules\npm

然后运行

npm uninstall node-gyp

它应该成功卸载。

答案 1 :(得分:1)

使用以下命令

npm uninstall node-gyp