npm修改为淘宝源

Posted linkong1081

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了npm修改为淘宝源相关的知识,希望对你有一定的参考价值。

// 设置 淘宝镜像源
npm config set registry https://registry.npm.taobao.org
// 查看 使用的 镜像源
npm config get registry// 安装 淘宝镜像源
npm install -g cnpm --registry=https://registry.npm.taobao.org

  

以上是关于npm修改为淘宝源的主要内容,如果未能解决你的问题,请参考以下文章

修改npm包管理器的registry为淘宝镜像(npm.taobao.org)

设置yarn源修改为淘宝源

设置yarn源修改为淘宝源

修改npm的registry为淘宝镜像(npm.taobao.org)

npm 和 yarn 更改为淘宝镜像

设置npm源为淘宝镜像