Last active
January 4, 2016 16:39
-
-
Save JingwenTian/8649185 to your computer and use it in GitHub Desktop.
Node.js+npm安装
This file contains 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
#Ubuntu安装代码 | |
wget http://nodejs.org/dist/v0.10.15/node-v0.10.15.tar.gz | |
tar -zxf node-v0.10.15.tar.gz #Download this from nodejs.org | |
cd node-v0.10.15 | |
./configure && make && sudo make install | |
cp /usr/local/bin/node /usr/sbin/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment