Skip to content

Instantly share code, notes, and snippets.

@ourmaninamsterdam
Last active February 15, 2016 11:28
Show Gist options
  • Save ourmaninamsterdam/7225f2fb1c972fda283e to your computer and use it in GitHub Desktop.
Save ourmaninamsterdam/7225f2fb1c972fda283e to your computer and use it in GitHub Desktop.
Installing legacy versions of npm

#Installing legacy versions of npm

sudo npm install -g [email protected]

Note: If you run without sudo then npm will start uninstalling itself and then exit as it doesn't have su permissions. If you then try to do npm install, it is longer available.

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