request tohttps://registry.npm.taobao.org/concurrentlyfailed, reason: certificate has expired 原因: 淘宝镜像原地址2024年1月22日已过期 image.png 解决:别担心,我们只需要将命令替换成 下面镜像即可解决 npm config set registry https://registry.npmmirror.com 或者可以换成其他镜像也可以 npm 官方原始镜像网...
npm报错:request to https://registry.npm.taobao.org failed, reason certificate has expired (淘宝镜像过期) 一、报错问题:提示淘宝镜像过期 二、错误提示已经告诉原因是淘宝镜像过期了! 其实,早在 2021 年,淘宝就发文称,npm 淘宝镜像已经从 registry.npm.taobao.org 切换到了 registry.npmmirror.com。旧域名也...
淘宝镜像过期,npm报错:request to https://registry.npm.taobao.org failed, reason certificate has expired 胖嘟嘟 解决方案 1.清空缓存:npm cache clean --force 2.执行:npm config set registryhttps://registry.npmmirror.com 3.然后就可以正常使用npm啦~ ...