淘宝针对国内下载npm库缓慢的问题,使用建立自己的cnpm库,可以很方便使用在公司内部使用。

地址:http://npm.taobao.org/
$ npm install -g cnpm --registry=http://registry.npm.taobao.org
05-11 09:02