一萎庭、使用淘寶鏡像
1.臨時使用
npm --registry https://registry.npm.taobao.org install express
2.持久使用
npm config set registry https://registry.npm.taobao.org
3.通過cnpm
npm install -g cnpm --registry=https://registry.npm.taobao.org
二、使用官方鏡像
npm config set registry https://registry.npmjs.org/
三鸿脓、查看npm源地址
npm config get registry