美文网首页
如何更改成淘宝镜像

如何更改成淘宝镜像

作者: Devildi已被占用 | 来源:发表于2020-02-10 19:01 被阅读0次
//检查当前镜像源:
npm config get registry
//https://registry.npmjs.org/
//修改成淘宝的镜像源:
npm config set registry https://registry.npm.taobao.org
//此时检查镜像源:https://registry.npm.taobao.org/

相关文章

网友评论

      本文标题:如何更改成淘宝镜像

      本文链接:https://www.haomeiwen.com/subject/nmkzxhtx.html