美文网首页
npm 换成淘宝源

npm 换成淘宝源

作者: 富竹 | 来源:发表于2020-04-02 16:46 被阅读0次

运行下面这条命令可以永久换源

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

还原成初始的源

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

相关文章

网友评论

      本文标题:npm 换成淘宝源

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