首页 前端知识 npm 报错 error An unexpected error occurred: “https://registry.npm.taobao.org/ai.touchui-vue: certific

npm 报错 error An unexpected error occurred: “https://registry.npm.taobao.org/ai.touchui-vue: certific

2024-09-27 09:09:30 前端知识 前端哥 922 819 我要收藏

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

  • 报错原因
  • 解决方法
  • 其他包管理器

报错原因

是由于我们的npm镜像仓库配置的淘宝镜像失效了,可以使用npm config list来查看一下镜像仓库的配置。

npm config list

比如我的是:
在这里插入图片描述
可以看到我的是已经失效了的

解决方法

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

再次运行npm i下载包就可以了

其他包管理器

如果你使用的是yarn或者pnpm,那么在更改yarn和pnpm镜像源无效后,还要检查npm镜像源是否失效,我之前就是更改yarn后没效果,需要把npm的镜像源也改才可以。
'yarn切换镜像源'

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

'pnpm切换镜像源'

pnpm config set registry https://registry.npmmirror.com
转载请注明出处或者链接地址:https://www.qianduange.cn//article/18608.html
标签
评论
发布的文章
大家推荐的文章
会员中心 联系我 留言建议 回顶部
复制成功!