美文网首页
npm切换设置镜像源

npm切换设置镜像源

作者: seven_2547 | 来源:发表于2019-05-24 09:48 被阅读0次

    1、查看当前源

     yarn config get registry

    2、切换为淘宝源

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

    3、切换为自带的

     yarn config set registry https://registry.yarnpkg.com

    npm 切换淘宝镜像

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

    相关文章

      网友评论

          本文标题:npm切换设置镜像源

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