node.js npm更换国内源
2017-11-22 本文已影响118人
0ne0ne
一、临时使用
npm --registry https://registry.npm.taobao.org install express
二、永久使用
npm config set registry https://registry.npm.taobao.org
三、验证是否更换成功
npm config get registry
image
一、临时使用
npm --registry https://registry.npm.taobao.org install express
二、永久使用
npm config set registry https://registry.npm.taobao.org
三、验证是否更换成功
npm config get registry
image