搬運(yùn)自http://www.itdecent.cn/p/f311a3a155ff
使用淘寶鏡像
臨時(shí)使用
npm --registry https://registry.npm.taobao.org install express持久使用
npm config set registry https://registry.npm.taobao.org通過cnpm
npm install -g cnpm --registry=https://registry.npm.taobao.org
使用官方鏡像
npm config set registry https://registry.npmjs.org/