node.js npm更换国内源

node.js npm更换国内源

OneOne
2017-11-23 / 0 评论 / 4,021 阅读 / 正在检测是否收录...
温馨提示:
本文最后更新于2020年03月29日,已超过1759天没有更新,若内容或图片失效,请留言反馈。

一、临时使用

npm --registry https://registry.npm.taobao.org install express

二、永久使用

npm config set registry https://registry.npm.taobao.org

三、验证是否更换成功

 npm config get registry

1057884-ac258f05d4c29e3b.png

0

评论 (0)

取消