Add legacy-peer-deps flag to fix React 19 dependency conflict

This commit is contained in:
Claude 2025-11-11 05:36:47 +00:00
parent 105233b626
commit 1ac17e1b5c
No known key found for this signature in database

View file

@ -1,4 +1,4 @@
{
"buildCommand": "npm run build",
"installCommand": "npm install"
"installCommand": "npm install --legacy-peer-deps"
}