From b437de902dc9221268d0446504d51992a0c19bdb Mon Sep 17 00:00:00 2001 From: feige996 <1020102647@qq.com> Date: Tue, 1 Jul 2025 20:38:08 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0npm=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E4=BB=A5=E6=94=AF=E6=8C=81=E5=B7=A5=E4=BD=9C=E5=8C=BA?= =?UTF-8?q?=E6=A0=B9=E7=9B=AE=E5=BD=95=E5=AE=89=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加ignore-workspace-root-check和install-workspace-root配置项以支持在工作区根目录进行依赖安装 --- .npmrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.npmrc b/.npmrc index 356a656..10ecfe2 100644 --- a/.npmrc +++ b/.npmrc @@ -4,3 +4,5 @@ registry = https://registry.npmmirror.com strict-peer-dependencies=false auto-install-peers=true shamefully-hoist=true +ignore-workspace-root-check=true +install-workspace-root=true