We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbaba2f commit c073286Copy full SHA for c073286
ct/sparkyfitness.sh
@@ -51,7 +51,7 @@ function update_script() {
51
52
msg_info "Updating Sparky Fitness Backend"
53
cd /opt/sparkyfitness/SparkyFitnessServer
54
- $STD npm install --legacy-peer-deps
+ $STD pnpm install
55
msg_ok "Updated Sparky Fitness Backend"
56
57
msg_info "Updating Sparky Fitness Frontend (Patience)"
install/sparkyfitness-install.sh
@@ -47,7 +47,7 @@ msg_ok "Configured Sparky Fitness"
47
48
msg_info "Building Backend"
49
50
-$STD npm install --legacy-peer-deps
+$STD pnpm install
msg_ok "Built Backend"
msg_info "Building Frontend (Patience)"
0 commit comments