Skip to content

Instantly share code, notes, and snippets.

@JingwenTian
Last active January 4, 2016 16:39
Show Gist options
  • Save JingwenTian/8649185 to your computer and use it in GitHub Desktop.
Save JingwenTian/8649185 to your computer and use it in GitHub Desktop.
Node.js+npm安装
#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