Skip to content

Instantly share code, notes, and snippets.

@iManu
Created September 18, 2014 07:18
Show Gist options
  • Save iManu/4accd3ef1d2550ce71e9 to your computer and use it in GitHub Desktop.
Save iManu/4accd3ef1d2550ce71e9 to your computer and use it in GitHub Desktop.
downgrade nodejs
$ npm install -g n # Install n globally
$ n latest # Install latest version of node
$ n ls # List all versions available
$ n 0.10.28 # Install and switch to an earlier version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment