当前位置: 代码迷 >> JavaScript >> Ubuntu 装配 Node.js
  详细解决方案

Ubuntu 装配 Node.js

热度:178   发布时间:2012-08-03 00:12:14.0
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
  相关解决方案