Skip to content

Commit 9bcd1cd

Browse files
authored
Update docmost-install.sh
1 parent 3a1ae8f commit 9bcd1cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/docmost-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ msg_ok "Set up Node.js Repository"
3333
msg_info "Installing Node.js"
3434
$STD apt-get update
3535
$STD apt-get install -y nodejs
36-
$STD npm install -g pnpm
36+
$STD npm install -g pnpm@latest
3737
msg_ok "Installed Node.js"
3838

3939
msg_info "Setting up PostgreSQL"

0 commit comments

Comments
 (0)