标签:
身在天朝。你面临的一个问题就是网络
安装好Nodejs 控制台 执行
npm config set registry https://registry.npm.taobao.org //配置指向源
npm config set registry https://registry.npm.taobao.org
https:
//registry
.npm.taobao.org
//配置指向源
然后安装 nrm
$ npm install -g nrm
具体使用看 https://github.com/Pana/nrm
使用taobao的npm镜像源,同时安装nrm镜像工具
原文地址:http://www.cnblogs.com/or2-/p/4325562.html