淘宝镜像的https证书过期

npm error errno CERT_HAS_EXPIRED

npm error request to https://registry.npm.taobao.org/util/download/util-0.10.4.tgz?cache=0\&sync_timestamp=1562337713422\&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Futil%2Fdownload%2Futil-0.10.4.tgz f ailed, reason: certificate has expired

解决方案:

1 清空缓存

复制代码
npm cache clean --force

2 查看当前的npm镜像设置

复制代码
npm config get registry

3 切换新源

复制代码
npm config set registry https://registry.npmmirror.com

4 查看新源是否设置成功

复制代码
npm config get registry
复制代码

5 可以正常安装需要的工具了

复制代码
npm insatll
相关推荐
xx~t8 小时前
嵌入式——Linux软件编程——网络1
linux·c语言·网络·vscode·网络协议
MyFreeIT9 小时前
Let‘s Encrypt SSL 製作免費證書
网络协议·https·ssl
爱研究的小梁11 小时前
打破时延‑带宽悖论|乾元通 QMP‑UDP,为无人载具提供低延时高带宽原生通信方案
网络·网络协议·udp
xie0510_11 小时前
TCP socket
linux·网络协议·tcp/ip
恋恋西风12 小时前
TCP 三次握手 / 四次挥手 讲解
网络·网络协议·tcp/ip
00后程序员张12 小时前
Android证书绑定抓包失败?Android SSL Pinning绕过实战指南
android·网络协议·计算机网络·网络安全·adb·https·ssl
比兔代理12 小时前
动态 IP 代理深度讲解:IP 地址轮换机制与会话保持方案
网络·网络协议·tcp/ip
一直C13 小时前
Linux应用软件编程|TCP协议与Socket全套编程(三次握手、四次挥手、报文头部、核心机制)
linux·网络协议·tcp/ip·wireshark·vim·visual studio
隔窗听雨眠13 小时前
大模型实时通信协议深度对比:SSE、WebSocket与gRPC的选型指南与实战解析
网络·websocket·网络协议
唐古乌梁海14 小时前
传输协议https-TCP
网络协议·tcp/ip·https