From 31041791095ecdff43092ddeba5779976bf3363a Mon Sep 17 00:00:00 2001 From: Augustin Date: Fri, 24 Apr 2026 22:12:05 +0200 Subject: [PATCH] fix(ci): add .npmrc with legacy-peer-deps for xterm addon resolution MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 💘 Generated with Crush Assisted-by: GLM-5.1 via Crush --- web/.npmrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 web/.npmrc diff --git a/web/.npmrc b/web/.npmrc new file mode 100644 index 0000000..521a9f7 --- /dev/null +++ b/web/.npmrc @@ -0,0 +1 @@ +legacy-peer-deps=true