npm 有很多 registry ,默认是官网的 registry (https://registry.npmjs.org/),因其部署在国外,由于国内的强大的防火墙,很多时候npm install 会失败,cnpm 使用的是 淘宝的 registry (https://registry.npm.taobao.org),淘宝的 registry 默认10分钟会与官网的 registry 同步,国内使用还是很给力的
npm
有很多registry
,默认是官网的registry (https://registry.npmjs.org/)
,因其部署在国外,由于国内的强大的防火墙,很多时候npm install
会失败,cnpm
使用的是 淘宝的registry (https://registry.npm.taobao.org)
,淘宝的registry
默认10分钟会与官网的registry
同步,国内使用还是很给力的