我想通过命令行从Windows 8.1卸载node-gyp有没有办法卸载它我尝试使用命令
npm uninstall node-gyp
从下面链接我安装了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无许可证字段。
答案 0 :(得分:3)
您需要确保您的工作目录位于
nodejs\node_modules\npm
然后运行
npm uninstall node-gyp
它应该成功卸载。
答案 1 :(得分:1)
使用以下命令
npm uninstall node-gyp