首先衩婚,npm默認(rèn)下載源地址:https://registry.npmjs.org,
淘寶鏡像地址: https://registry.npmmirror.com
如何使用
有很多方法來配置npm的registry地址,下面根據(jù)不同情景列出幾種比較常用的方法口芍。
淘寶鏡像舉例:
1.臨時使用
npm --registry https://registry.npmmirror.com install express
2.一直使用
npm config set registry https://registry.npmmirror.com
驗證是否成功:npm config get registry 或 npm info express
3.使用cnpm
npm install -g cnpm --registry=https://registry.npmmirror.com
或
cnpm install express