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 87a987b commit 6306194Copy full SHA for 6306194
install/homarr-install.sh
@@ -35,7 +35,7 @@ msg_ok "Set up Node.js Repository"
35
msg_info "Installing Node.js/pnpm"
36
$STD apt-get update
37
$STD apt-get install -y nodejs
38
-$STD npm install -g pnpm
+$STD npm install -g pnpm@latest
39
msg_ok "Installed Node.js/pnpm"
40
41
msg_info "Installing Homarr (Patience)"
0 commit comments