标签:镜像 span expr tps avr href class 方式 strong
淘宝 npm 地址: http://npm.taobao.org/
如何使用
有很多方法来配置npm的registry地址,下面根据不同情境列出几种比较常用的方法。以淘宝npm镜像举例:
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
npm install -g cnpm --registry=https://registry.npm.taobao.org
cnpm install express
标签:镜像 span expr tps avr href class 方式 strong
原文地址:http://www.cnblogs.com/flyings/p/7634470.html