Skip to content

Instantly share code, notes, and snippets.

@joellesenne
Created September 4, 2020 13:08
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 joellesenne/ad67e6a823eaad07cc04d3add44a3a45 to your computer and use it in GitHub Desktop.
Save joellesenne/ad67e6a823eaad07cc04d3add44a3a45 to your computer and use it in GitHub Desktop.
Install clean NPM packages global
# Install clean NPM packages global
$ npm uninstall -g <namePackages>
$ npm install -g <namePackages>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment