From 1ac17e1b5c9cf7df9795c373701a052959f4db0a Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 11 Nov 2025 05:36:47 +0000 Subject: [PATCH] Add legacy-peer-deps flag to fix React 19 dependency conflict --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index cf915a06..6f0373a3 100644 --- a/vercel.json +++ b/vercel.json @@ -1,4 +1,4 @@ { "buildCommand": "npm run build", - "installCommand": "npm install" + "installCommand": "npm install --legacy-peer-deps" }