起因:

今天在使用yarn install 时出现淘宝镜像证书过期问题

error An unexpected error occurred: "https://registry.npm.taobao.org/@dcloudio%2funi-app: certificate has expired".

在这里插入图片描述


原因:

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

在这里插入图片描述


解决:

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

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

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


其他:

1. 查看当前镜像地址:

npm config get registry

yarn config get registry

在这里插入图片描述

.

2. 其他镜像源
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

有“AI”的1024 = 2048,欢迎大家加入2048 AI社区

更多推荐