npm国内淘宝镜像

Posted minxiang-luo

tags:

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

理由

由于npm的registry地址是国外的,速度很慢,所以推荐使用淘宝镜像:https://registry.npm.taobao.org

配置方法

临时配置

npm --registry https://registry.npm.taobao.org install <Module Name>

永久配置一

npm config set registry https://registry.npm.taobao.org

恢复原来地址的方法:
npm config set registry https://registry.npmjs.org

使用cnpm

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

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

npm配置国内镜像资源+淘宝镜像

npm国内淘宝镜像

NPM 和 Yarn 使用国内淘宝镜像源提升各依赖安装速度

使用淘宝 NPM 镜像

国内优秀npm镜像推荐及使用

国内优秀npm镜像推荐及使用