淘寶 npm 地址: http://npm.taobao.org/express
如何使用
有不少方法來配置npm的registry地址,下面根據不一樣情境列出幾種比較經常使用的方法。以淘寶npm鏡像舉例: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