1. 程式人生 > >npm淘寶鏡像安裝

npm淘寶鏡像安裝

tao http pre res taobao 方式 gis .org config

1.臨時使用
npm --registry https://registry.npm.taobao.org install express
2.持久使用
npm config set registry https://registry.npm.taobao.org
配置後可通過下面方式來驗證是否成功
npm config get registry

npm info express
3.通過cnpm使用
npm install -g cnpm --registry=https://registry.npm.taobao.org
使用
cnpm install express

npm淘寶鏡像安裝