美文网首页
设置NodeJs镜像源

设置NodeJs镜像源

作者: 雨虹2020 | 来源:发表于2020-08-22 17:00 被阅读0次

    // 设置 淘宝镜像源
    npm config set registry https://registry.npm.taobao.org

    // 查看 使用的 镜像源
    npm config get registry

    // 安装 淘宝镜像源
    npm install -g cnpm --registry=https://registry.npm.taobao.org

    相关文章

      网友评论

          本文标题:设置NodeJs镜像源

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