mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Update docs about legacy-peer-deps requirement
This commit is contained in:
parent
1ac17e1b5c
commit
3c06e2cf6c
1 changed files with 2 additions and 2 deletions
|
|
@ -56,9 +56,9 @@ APP_SECRET=your-random-secret-key
|
|||
|
||||
The `vercel.json` file has been configured with:
|
||||
- **Custom build command**: Uses the standard `npm run build` which includes database setup
|
||||
- **Install command**: Ensures all dependencies are properly installed
|
||||
- **Install command**: Uses `npm install --legacy-peer-deps` to handle React 19 peer dependency conflicts
|
||||
|
||||
Note: Vercel automatically handles function timeouts based on your plan tier.
|
||||
Note: The `--legacy-peer-deps` flag is required because the project uses React 19, but some dependencies still expect React 18.
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue