Uninstall node-gyp

13,512

If you have installed it globally (which I suppose given your description), you need to specify -g to the uninstall command:

npm -g uninstall node-gyp
Share:
13,512
user2248702
Author by

user2248702

I am a human.

Updated on June 28, 2022

Comments

  • user2248702
    user2248702 almost 2 years

    node-gyp was installed as a dependency of one of the modules I have used. 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.

    I don't want anything to do with node-gyp, but it seems to resist any attempt to uninstall it. I have tried using npm remove node-gyp, but with no results.