淘宝镜像请求失败解决方法:request to https://registry.npm.taobao.org/vue-loader failed

npm install报错:request to https://registry.npm.taobao.org/vue-loader failed, reason: getaddrinfo ENOTFOUND registry.npm.taobao.org

解决:https://jingyan.baidu.com/article/acf728fd99b16ff8e510a301.html

查看镜像源:npm get registry
https://registry.npmjs.org/

国内npm镜像源设置

淘宝npm镜像

搜索地址:npmmirror 镜像站

registry地址:http://registry.npm.taobao.org/

cnpmjs镜像

搜索地址:npmmirror 镜像站

registry地址:http://r.cnpmjs.org/

使用方法:

临时使用npm --registry https://registry.npm.taobao.org install express

持久使用npm config set registry https://registry.npm.taobao.org

配置完成后可通过下面方式来验证是否成功

npm config get registry

相关推荐
AitTech1 分钟前
C#性能优化技巧:利用Lazy<T>实现集合元素的延迟加载
开发语言·windows·c#
翻晒时光1 分钟前
深入解析Java集合框架:春招面试要点
java·开发语言·面试
峰子20127 分钟前
B站评论系统的多级存储架构
开发语言·数据库·分布式·后端·golang·tidb
Jane - UTS 数据传输系统17 分钟前
VUE+ Element-plus , el-tree 修改默认左侧三角图标,并使没有子级的那一项不展示图标
javascript·vue.js·elementui
Channing Lewis34 分钟前
python如何使得pdf加水印后的大小尽可能小
开发语言·python·pdf
_.Switch1 小时前
Python Web开发:使用FastAPI构建视频流媒体平台
开发语言·前端·python·微服务·架构·fastapi·媒体
菜鸟阿康学习编程1 小时前
JavaWeb 学习笔记 XML 和 Json 篇 | 020
xml·java·前端
yyytucj2 小时前
python--列表list切分(超详细)
linux·开发语言·python
索然无味io2 小时前
XML外部实体注入--漏洞利用
xml·前端·笔记·学习·web安全·网络安全·php
肖田变强不变秃2 小时前
C++实现有限元计算 矩阵装配Assembly类
开发语言·c++·矩阵·有限元·ansys