npm ERR! code CERT_HAS_EXPIRED:解决证书过期问题

本文讲述了在遇到npm安装时CERT_HAS_EXPIRED错误的原因,包括SSL证书过期,以及提供了解决方案,如清除npm缓存、取消ssl验证、更换npm镜像源等。还提到了可能的权限问题及其处理建议。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

目录

原因:

解决方法:

再不行的话试试更换npm镜像源:

 


npm ERR! code CERT_HAS_EXPIRED
npm ERR! errno CERT_HAS_EXPIRED
npm ERR! request to https://registry.npm.taobao.org/vue-loader failed, reason: certificate has expired

npm ERR! A complete log of this run can be found in:
npm ERR!     D:\Environment\nvm\node_cache\_logs\2024-01-22T04_34_51_215Z-debug.log
 

 

原因:

CERT_HAS_EXPIRED是一个由Node.js和npm抛出的错误,表示你正在尝试访问的服务器的SSL证书已经过期。

解决方法

清除npm缓存

npm cache clean --force

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


之后再npm install 你想安装的东西

再不行的话试试更换npm镜像源:

npm config set registry http://registry.cnpmjs.org


npm config set registry http://registry.npm.taobao.org 

 

npm ERR! code EPERM
npm ERR! syscall open
npm ERR! path D:\Git\.npmrc
npm ERR! errno -4048
npm ERR! Error: EPERM: operation not permitted, open 'D:\Git\.npmrc'
npm ERR!  [Error: EPERM: operation not permitted, open 'D:\Git\.npmrc'] {
npm ERR!   errno: -4048,
npm ERR!   code: 'EPERM',
npm ERR!   syscall: 'open',
npm ERR!   path: 'D:\\Git\\.npmrc'
npm ERR! }
npm ERR!
npm ERR! The operation was rejected by your operating system.
npm ERR! It's possible that the file was already in use (by a text editor or antivirus),
npm ERR! or that you lack permissions to access it.
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator.

评论 23
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值