From 493b06161e823c19e9c9c9680a89f0d31e732dd2 Mon Sep 17 00:00:00 2001 From: Dawn <2439646234@qq.com> Date: Tue, 1 Apr 2025 04:15:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9npm=E9=95=9C=E5=83=8F?= =?UTF-8?q?=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .npmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.npmrc b/.npmrc index 88899a6..dbb1248 100644 --- a/.npmrc +++ b/.npmrc @@ -1,4 +1,4 @@ # 配置npm镜像源 (华为云) -registry=https://repo.huaweicloud.com/repository/npm/ +registry=https://registry.npmjs.org/ # 严格检查 package.json 中 "engines" 字段指定的版本要求 engine-strict=true \ No newline at end of file