npm切换淘宝镜像源

Posted sylys

tags:

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

npm 切换到淘宝源
地址
默认的npm下载地址:http://www.npmjs.org/
淘宝npm镜像的地址:https://npm.taobao.org/

临时使用淘宝源
npm --registry https://registry.npm.taobao.org install node-red-contrib-composer@latest

全局配置切换到淘宝源
npm config set registry https://registry.npm.taobao.org

全局配置切换到官方源
npm config set registry http://www.npmjs.org

检测是否切换到了淘宝源
npm info underscore


原文链接:https://blog.csdn.net/luohongtuCSDN/article/details/88016046

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

npm切换淘宝镜像源

npm切换淘宝镜像源

淘宝 NPM 镜像站切换新域名啦

配置npm转到淘宝镜像

nrm安装和使用--管理你的npm源

CNPM