解决 Node.js 中 npm ERR! errno CERT_HAS_EXPIRED问题

出自 BV1MN411y7pw, P94
黑马AJAX-Node.js-Webpack教学视频中npm包下载dayjs出错情况

输入 npm i dayjs指令之后出错:
在这里插入图片描述

npm ERR! errno CERT_HAS_EXPIRED

npm ERR! A complete log of this run can be found in: C:\Users\24541\AppData\Local\npm-cache\_logs\2024-03-11T13_08_27_844Z-debug-0.log
PS V:\Web\mycode\nodejs\11 npm_use> npm i dayjs
npm ERR! code CERT_HAS_EXPIRED
npm ERR! errno CERT_HAS_EXPIRED
npm ERR! request to https://registry.npm.taobao.org/dayjs failed, reason: certificate has 
expired

npm ERR! A complete log of this run can be found in: C:\Users\24541\AppData\Local\npm-cache\_logs\2024-03-11T13_09_50_871Z-debug-0.log

解决方法请看这篇文章: 《npm ERR! code CERT_HAS_EXPIRED:解决证书过期问题》

解决方法:

清除npm缓存: npm cache clean --force

取消ssl验证:npm config set strict-ssl false

我在第一条清除npm缓存缓存的时候没成功。第二条取消ssl验证成功了。
在这里插入图片描述
然后再次输入 npm i dayjs指令,出现了 npm卡住(http fetch GET 200)的问题,通过这篇文章:《解决npm卡住》得知其实就是网卡了,等待一下就行了。

下载成功:
在这里插入图片描述

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值