mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-07-08 23:22:13 +02:00
fix(sparkyfitness): use --legacy-peer-deps for npm install
Resolves peer dependency conflict with better-call/better-auth packages. Fixes #12886
This commit is contained in:
@@ -47,7 +47,7 @@ msg_ok "Configured Sparky Fitness"
|
||||
|
||||
msg_info "Building Backend"
|
||||
cd /opt/sparkyfitness/SparkyFitnessServer
|
||||
$STD npm install
|
||||
$STD npm install --legacy-peer-deps
|
||||
msg_ok "Built Backend"
|
||||
|
||||
msg_info "Building Frontend (Patience)"
|
||||
|
||||
Reference in New Issue
Block a user