ARTICLE DETAIL

建站实战干货

来自一线的建站与推广经验沉淀,每一条都经过真实交付验证。

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

2026/9/10 17:15:51 拓冰建站 浏览量
error An unexpected error occurred: “https://registry.npm.taobao.org

背景: 想使用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的话就没问题了