Created
May 5, 2013 08:34
-
-
Save slav123/5520140 to your computer and use it in GitHub Desktop.
install node.js on centos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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