npm换源

作者: web5 | 来源:发表于2021-01-05 14:35 被阅读0次

    一、使用淘宝镜像
    1.临时使用
    npm --registry https://registry.npm.taobao.org install express

    2.持久使用
    npm config set registry https://registry.npm.taobao.org

    3.通过cnpm
    npm install -g cnpm --registry=https://registry.npm.taobao.org

    二、使用官方镜像
    npm config set registry https://registry.npmjs.org/

    三、查看npm源地址
    npm config get registry

    相关文章

      网友评论

          本文标题:npm换源

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