1. 程式人生 > >淘寶npm鏡像使用方法(轉)

淘寶npm鏡像使用方法(轉)

http ber proc install 成功 npm使用 vra get gist

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鏡像使用方法(轉)