美文网首页
npm 配置淘宝镜像

npm 配置淘宝镜像

作者: 不要面包要蛋糕 | 来源:发表于2022-08-06 17:26 被阅读0次
    1、配置 npm 为淘宝镜像
    npm config set registry https://registry.npm.taobao.org
    

    安装包时, npm install ,即使用镜像

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

    安装包时,cnpm install,为使用镜像

    两种方式都可,看习惯。个人使用 cnpm 方式比较多

    相关文章

      网友评论

          本文标题:npm 配置淘宝镜像

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