美文网首页
yarn/npm 源地址查看与修改

yarn/npm 源地址查看与修改

作者: 那个大螺丝 | 来源:发表于2019-04-05 20:28 被阅读0次

    npm, yarn查看源和换源:

    npm config get registry  // 查看npm当前镜像源
    
    npm config set registry https://registry.npmjs.org
    
    yarn config get registry  // 查看yarn当前镜像源
    
    yarn config set registry https://registry.yarnpkg.com  
    

    镜像源地址部分如下:

    npm --- https://registry.npmjs.org/
    
    npm --- https://registry.npm.taobao.org/
    
    yarn --- https://registry.yarnpkg.com/
    
    yarn --- https://registry.npm.taobao.org/
    
    cnpm --- https://r.cnpmjs.org/
    
    taobao --- https://registry.npm.taobao.org/
    
    nj --- https://registry.nodejitsu.com/
    
    rednpm --- https://registry.mirror.cqupt.edu.cn/
    
    npmMirror --- https://skimdb.npmjs.com/registry/
    
    deunpm --- http://registry.enpmjs.org/
    

    相关文章

      网友评论

          本文标题:yarn/npm 源地址查看与修改

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