淘宝镜像的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
相关推荐
njnu@liyong10 小时前
图解HTTP-HTTP报文
网络协议·计算机网络·http
ZachOn1y11 小时前
计算机网络:应用层 —— 应用层概述
计算机网络·http·https·应用层·dns
kaixin_learn_qt_ing12 小时前
了解RPC
网络·网络协议·rpc
爱吃水果蝙蝠汤14 小时前
DATACOM-IP单播路由(BGP)-复习-实验
网络·网络协议·tcp/ip
网安墨雨17 小时前
iOS应用网络安全之HTTPS
web安全·ios·https
言成言成啊20 小时前
TCP与UDP的端口连通性
网络协议·tcp/ip·udp
敲代码娶不了六花21 小时前
对计算机网络中“层”的理解
网络·网络协议·tcp/ip·计算机网络
低调之人21 小时前
Fiddler勾选https后google浏览器网页访问不可用
前端·测试工具·https·fiddler·hsts
x66ccff21 小时前
HTTPS如何通过CA证书实现安全通信,以及HTTPS的局限性
网络协议·安全·https
Graceful_scenery21 小时前
https双向认证
服务器·网络·网络协议·http·https