今天在使用npm下载依赖的时候出现无法下载的情况
提示certificate has expired
image.png

原因

淘宝镜像原地址证书已于2024年1月22日过期
现已更换镜像地址为https://registry.npmmirror.com

解决方案

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

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

其他镜像源

仓库名称地址
npm 官方原始镜像https://registry.npmjs.org/
淘宝最新 NPM 镜像https://registry.npmmirror.com
阿里云 NPM 镜像https://npm.aliyun.com
腾讯云 NPM 镜像https://mirrors.cloud.tencent.com/npm/
华为云 NPM 镜像https://mirrors.huaweicloud.com/repository/npm/
网易 NPM 镜像https://mirrors.163.com/npm/
中科院大学开源镜像站http://mirrors.ustc.edu.cn/
清华大学开源镜像站https://mirrors.tuna.tsinghua.edu.cn/
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐