Ubuntu 安装 Node.js

https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager

Ubuntu
Example install:


sudo apt-get install python-software-properties
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs

你可能感兴趣的:(node.js)