error An unexpected error occurred: “https://registry.npm.taobao.org

时间:2024-03-02 13:55:24

背景: 想使用yarn命令结果报错在这里插入图片描述
问题原因: 原来证书到期了
http://registry.npm.taobao.org/ 把这个放到浏览器搜索的时候自动换成https://registry.npmmirror.com/

方案:

  1. npm cache clean --force
  2. npm config set registry https://registry.npmmirror.com

最后查看npm当前镜像源 npm config get registry

在这里插入图片描述

npmmirror的话就没问题了