From 9bcd1cd2372905d5749ff074867b541b8072be60 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 20 Feb 2025 16:39:27 +0100 Subject: [PATCH] Update docmost-install.sh --- install/docmost-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/docmost-install.sh b/install/docmost-install.sh index 8b29983e..896fdfde 100644 --- a/install/docmost-install.sh +++ b/install/docmost-install.sh @@ -33,7 +33,7 @@ msg_ok "Set up Node.js Repository" msg_info "Installing Node.js" $STD apt-get update $STD apt-get install -y nodejs -$STD npm install -g pnpm +$STD npm install -g pnpm@latest msg_ok "Installed Node.js" msg_info "Setting up PostgreSQL"