From ddd364e9c0df840b12a8372e032053655b743f65 Mon Sep 17 00:00:00 2001 From: "railway-app[bot]" <68434857+railway-app[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 23:44:22 +0000 Subject: [PATCH] fix: add root .npmrc with legacy-peer-deps=true for Nixpacks install --- .npmrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 00000000..521a9f7c --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +legacy-peer-deps=true