标签:conf 地址 code 成功 ref targe oba https http
npm --registry https://registry.npm.taobao.org install express
npm config set registry https://registry.npm.taobao.org
// 配置后可通过下面方式来验证是否成功
npm config get registry
// 或
npm info express
cnpm
使用npm install -g cnpm --registry=https://registry.npm.taobao.org
// 使用
cnpm install express
标签:conf 地址 code 成功 ref targe oba https http
原文地址:http://www.cnblogs.com/avidya/p/7340279.html