美文网首页
NPM 镜像指令

NPM 镜像指令

作者: 说了别不信 | 来源:发表于2018-12-28 10:06 被阅读0次

    1、设置
    npm config set registry https://registry.npm.taobao.org --global
    npm config set disturl https://npm.taobao.org/dist --global

    2、检测
    npm config get registry
    npm config get disturl

    相关文章

      网友评论

          本文标题:NPM 镜像指令

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