简体   繁体   English

卸载node-gyp

[英]Uninstall node-gyp

node-gyp was installed as a dependency of one of the modules I have used. node-gyp被安装为我所使用的模块之一的依赖项。 Since then, every time I run a npm install command I am greeted with around a minute of my console being spammed with errors which are seemingly caused by node-gyp. 从那时起,每当我运行npm install命令时,都会npm install大约一分钟的控制台垃圾邮件,这些垃圾邮件似乎是由node-gyp引起的。

I don't want anything to do with node-gyp, but it seems to resist any attempt to uninstall it. 我不希望与node-gyp有任何关系,但是它似乎拒绝任何卸载它的尝试。 I have tried using npm remove node-gyp , but with no results. 我尝试使用npm remove node-gyp ,但是没有结果。

如果已全局安装(我想已根据您的描述进行了安装),则需要在卸载命令中指定-g

npm -g uninstall node-gyp

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

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