首页 > Web开发 > 详细

Install Node.js

时间:2015-01-19 10:54:24      阅读:381      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!