身在天朝。你面临的一个问题就是网络

安装好Nodejs 控制台 执行

npm config set registry https://registry.npm.taobao.org //配置指向源

然后安装 nrm

$ npm install -g nrm

具体使用看 https://github.com/Pana/nrm

05-22 04:08