Created
September 3, 2012 03:57
-
-
Save shenmao1989/3606642 to your computer and use it in GitHub Desktop.
nodejs ubuntu 升级
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
Example install: | |
sudo apt-get install python-software-properties | |
sudo apt-add-repository ppa:chris-lea/node.js | |
sudo apt-get update | |
sudo apt-get install nodejs npm | |
It installs current stable Node on the current stable ubuntu. | |
If you want to compile Node C++ modules: | |
sudo apt-get install nodejs-dev | |
Or configure shell script for install node.js using http://apptob.org |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment