Skip to content

Instantly share code, notes, and snippets.

@basecss
Created March 6, 2015 02:46
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 basecss/48e5127f2f32220d4e0c to your computer and use it in GitHub Desktop.
Save basecss/48e5127f2f32220d4e0c to your computer and use it in GitHub Desktop.
Install different version of Node.js
// Install n from npm
$ sudo npm install -g n

// Install different version for Node.js
$ sudo n 0.12.0
$ sudo n 0.10.36

// Quickly switch between the Node.js version with the command n
$ n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment