From 2314b9191953b304e053e299930d9d7dbb038af4 Mon Sep 17 00:00:00 2001 From: kubbo <390378816@qq.com> Date: Wed, 9 Jul 2025 12:27:53 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E4=BF=AE=E6=94=B9=20npm=20=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E6=BA=90=E4=B8=BA=E5=9B=BD=E5=86=85=E4=BB=A3=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增 .npmrc 文件,配置国内代理 - 使用 https://registry.npmmirror.com/ 作为默认注册表 --- .npmrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..918fa4a --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +registry=https://registry.npmmirror.com/ \ No newline at end of file