安装:
sudo apt-get install python-software-propertiessudo add-apt-repository ppa:chris-lea/node.jssudo apt-get updatesudo apt-get install nodejs
目前只能过PPA安装稳定版本Node.js。
安装后查看版本:
~$ node --versionv0.4.12