首页 前端知识 npm ERR!request to https://registry.npm.taobao.org/xxx failed, reason: certificate has expired

npm ERR!request to https://registry.npm.taobao.org/xxx failed, reason: certificate has expired

2024-06-19 08:06:14 前端知识 前端哥 76 468 我要收藏

问题现象

在这里插入图片描述

npm失败,提示 reason: certificate has expired

request to https://registry.npm.taobao.org/xxx failed, reason: certificate has expired

问题原因

淘宝 NPM 镜像站:npm.taobao.org,早于2021年已宣布切换新域名:https://npmmirror.com/。
近期 npm.taobao.org 证书过期,导致请求资源失败。

解决方案

镜像地址切换至新域名

npm config set registry https://registry.npmmirror.com
或
npm install -g cnpm --registry=https://registry.npmmirror.com

验证配置是否生效

npm config get registry
或
cnpm config get registry

相关链接

npmmirror 镜像 web 站点
npmmirror 镜像 registry 站点
npmmirror 镜像 二进制文件镜像 站点

转载请注明出处或者链接地址:https://www.qianduange.cn//article/12818.html
标签
评论
发布的文章

Markdown基础与进阶语法

2024-06-30 22:06:12

零基础 HTML 入门(详细)

2024-06-30 22:06:09

CSS3基本语法

2024-06-30 22:06:51

大家推荐的文章
会员中心 联系我 留言建议 回顶部
复制成功!