Skip to content

Instantly share code, notes, and snippets.

@slav123
Created May 5, 2013 08:34
Show Gist options
  • Save slav123/5520140 to your computer and use it in GitHub Desktop.
Save slav123/5520140 to your computer and use it in GitHub Desktop.
install node.js on centos
The good news is that, we have nave, a Virtual Environments for Node, to help us.
https://github.com/isaacs/nave
Installing nodejs is dead easy now.
$ wget https://raw.github.com/isaacs/nave/master/nave.sh
$ chmod +x nave.sh
$ ./nave.sh install 0.8.8
$ ./nave.sh use 0.8.8
$ node -v
v0.8.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment