mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
Add legacy-peer-deps flag to fix React 19 dependency conflict
This commit is contained in:
parent
105233b626
commit
1ac17e1b5c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"buildCommand": "npm run build",
|
||||
"installCommand": "npm install"
|
||||
"installCommand": "npm install --legacy-peer-deps"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue