标签:nbsp keyword info word 比较 repr print process expr
淘宝 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.or
npm config get registry
npm info express
npm install -g cnpm --registry=https://registry.npm.taobao.org
cnpm install express
标签:nbsp keyword info word 比较 repr print process expr
原文地址:http://www.cnblogs.com/huangzh1996/p/7300973.html