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" }