美文网首页
npm config 镜像 还原

npm config 镜像 还原

作者: 刘佳季 | 来源:发表于2021-06-15 11:20 被阅读0次

    配置为淘宝镜像

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

    还原默认镜像

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

    查看当前源

    npm get registry 
    

    相关文章

      网友评论

          本文标题:npm config 镜像 还原

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