首页 前端知识 npm “https://registry.npm.taobao.org/...: certificate has expired“(证书已过期) 解决方法

npm “https://registry.npm.taobao.org/...: certificate has expired“(证书已过期) 解决方法

2024-04-30 12:04:34 前端知识 前端哥 181 997 我要收藏

今天在使用npm下载依赖的时候出现淘宝镜像证书过期问题

error An unexpected error occurred: "https://registry.npm.taobao.org/axios: certificate has expired"

原因: 淘宝镜像原地址2024年1月22日已过期

解决: 解决方法就是切换淘宝最新镜像地址,执行完成之后就可以正常下载依赖了

npm config set registry https://registry.npmmirror.com
   
   

其他镜像源


   
   
  1. npm 官方原始镜像网址是: https: //registry.npmjs.org/
  2. 淘宝最新 NPM 镜像: https: //registry.npmmirror.com
  3. 阿里云 NPM 镜像: https: //npm.aliyun.com
  4. 腾讯云 NPM 镜像: https: //mirrors.cloud.tencent.com/npm/
  5. 华为云 NPM 镜像: https: //mirrors.huaweicloud.com/repository/npm/
  6. 网易 NPM 镜像: https: //mirrors.163.com/npm/
  7. 中科院大学开源镜像站: http: //mirrors.ustc.edu.cn/
  8. 清华大学开源镜像站: https: //mirrors.tuna.tsinghua.edu.cn/
  9. 腾讯,华为,阿里的镜像站基本上比较全

转载请注明出处或者链接地址:https://www.qianduange.cn//article/6745.html
标签
评论
会员中心 联系我 留言建议 回顶部
复制成功!