适合使用 ubuntu 系统,喜欢使用最新版本,又不想每次都自己编译的开发者。
PPA页面: https://launchpad.net/~chris-lea/+archive/node.js/
附上自制安装脚本一个(需要在管理员权限下运行),手动安装也可以参考这里的步骤
yes | apt-get install python-software-properties && \
yes | add-apt-repository ppa:chris-lea/node.js && \
apt-get update && \
yes | apt-get install nodejs npm