Skip to content

Instantly share code, notes, and snippets.

@Beyarz
Created February 5, 2020 00:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Beyarz/688c8adc3d061811e60590017618ba62 to your computer and use it in GitHub Desktop.
Save Beyarz/688c8adc3d061811e60590017618ba62 to your computer and use it in GitHub Desktop.
npm global package

Remove package globally

Let's say you install a package globally npm install -g jshint

and then you are unable to fully remove it globally. And you have tried npm uninstall -g jshint Then try this then: npm rm -g jshint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment