Ubuntu搭建Cloud9 IDE笔记——安装Node.js npm Cloud9


一、安装Node.js

 apt-get  nodejs

二、安装npm

 apt-get  npm

改npm源,使用国内清华大学源

npm config set registry http:

去掉SSL (必须去掉,否则会报错)

npm config set strict-ssl 

安装sm

 npm  -g sm

三、安装Cloud9 IDE

git clone git:

运行Cloud9

bin/cloud9.

打开chrome输入地址

http:

开始研究ing...

相关内容