码迷,mamicode.com
首页 > Web开发 > 详细

Install Node.js

时间:2015-01-19 10:56:51      阅读:131      评论:0      收藏:0      [点我收藏+]

标签:

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:



Wget:



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

标签:

原文地址:http://blog.csdn.net/forlong401/article/details/42870075

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!