首页 > 代码库 > Install Node.js
Install Node.js
http://www.androidren.com/index.php?qa=264&qa_1=install-node-js
The best way to install Node.js is installing with nvm.
cURL:
$ curl https://raw.github.com/creationix/nvm/master/install.sh | sh
Wget:
$ wget -qO- https://raw.github.com/creationix/nvm/master/install.sh | sh
Once installed, restart the terminal and run the following command to install Node.js.
$ nvm install 0.10
Or you can download the installer and install it.
如果所在服务器没有翻墙,那么可能安装过程会比较痛苦,你懂的。
所以可以先下载安装文件install.sh,然后再上传到服务器,添加执行权限。
wget -qO- https://raw.github.com/creationix/nvm/master/install.sh
Install Node.js
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。