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

ubuntu下用nvm配置好nodejs环境

时间:2017-08-02 19:58:30      阅读:170      评论:0      收藏:0      [点我收藏+]

标签:ble   ash   install   环境   ubuntu   code   com   hub   tps   

cd ~
mkdir .git
cd .git
git clone https://github.com/creationix/nvm.git

这样先把nvm下载过来,然后安装

./install.sh

cd ~
mkdir .nodejs
cd .nodejs

npm install stable

这样就可以吧最新版本的nodejs环境安装好了



ubuntu下用nvm配置好nodejs环境

标签:ble   ash   install   环境   ubuntu   code   com   hub   tps   

原文地址:http://www.cnblogs.com/jimaojin/p/7275597.html

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