Ubuntu搭建Cloud9 IDE筆記——安裝Node.js npm Cloud9

1、安裝Node.js

sudo apt-get install nodejs

2、安裝npm

sudo apt-get install npm

改npm源,使用國內清華大學源node

npm config set registry http://npm.tuna.tsinghua.edu.cn/registry

去掉SSL (必須去掉,不然會報錯)(UNABLE_TO_VERIFY_LEAF_SIGNATURE)git

npm config set strict-ssl false

安裝smgithub

sudo npm install -g sm

3、安裝Cloud9 IDE

git clone git://github.com/ajaxorg/cloud9.git
cd cloud9
sm install

運行Cloud9ajax

bin/cloud9.sh

打開chrome輸入地址chrome

http://127.0.0.1:3000

開始研究ing...npm

相關文章
相關標籤/搜索