美文网首页
Node.js配置成淘宝镜像

Node.js配置成淘宝镜像

作者: shen33 | 来源:发表于2018-10-12 13:43 被阅读27次

    1.得到原本的镜像地址
    npm get registry
    https://registry.npmjs.org/
    设成淘宝的
    npm config set registry http://registry.npm.taobao.org/
    yarn config set registry http://registry.npm.taobao.org/

    2.换成原来的
    npm config set registry https://registry.npmjs.org/

    相关文章

      网友评论

          本文标题:Node.js配置成淘宝镜像

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