美文网首页
npm,yarn等下载包的源地址查询及修改

npm,yarn等下载包的源地址查询及修改

作者: 剑指流云 | 来源:发表于2019-09-28 11:56 被阅读0次

    1.查询npm,yarn等下载包的源地址
    npm config get registry
    yarn config get registry
    2.设置成国内淘宝镜像的地址(加快下载第三方包的速度,服务器在国内,超快的)
    npm config set registry https://registry.npm.taobao.org
    yarn config set registry https://registry.npm.taobao.org

    相关文章

      网友评论

          本文标题:npm,yarn等下载包的源地址查询及修改

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