标签:try set ref name 通过 方式 cnp targe article
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 expresstall express
标签:try set ref name 通过 方式 cnp targe article
原文地址:http://www.cnblogs.com/liyujun1988/p/7183240.html