From 9c1719a22f5fe33d41246183c540c00261c2f7f7 Mon Sep 17 00:00:00 2001 From: fkwp Date: Fri, 17 Apr 2026 11:08:25 +0200 Subject: [PATCH] Switching to pnpm caused module resolution errors because some dependencies rely on being hoisted to the root. This flag restores the flat node_modules structure temporarily. --- .npmrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 00000000..bf2e7648 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +shamefully-hoist=true