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 3a1ae8f commit 9bcd1cdCopy full SHA for 9bcd1cd
install/docmost-install.sh
@@ -33,7 +33,7 @@ msg_ok "Set up Node.js Repository"
33
msg_info "Installing Node.js"
34
$STD apt-get update
35
$STD apt-get install -y nodejs
36
-$STD npm install -g pnpm
+$STD npm install -g pnpm@latest
37
msg_ok "Installed Node.js"
38
39
msg_info "Setting up PostgreSQL"
0 commit comments