From cfc85c1b790ee5372139e3951820140b9dffcdaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Tue, 30 Sep 2025 14:17:00 +0200 Subject: [PATCH] Update n8n.sh (#8004) --- ct/n8n.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ct/n8n.sh b/ct/n8n.sh index aa63b0a3a..205cde10f 100644 --- a/ct/n8n.sh +++ b/ct/n8n.sh @@ -41,7 +41,8 @@ EOF NODE_VERSION="22" setup_nodejs msg_info "Updating ${APP} LXC" - $STD npm update -g n8n + rm -rf /usr/lib/node_modules/.n8n-* /usr/lib/node_modules/n8n + $STD npm install -g n8n --force systemctl restart n8n msg_ok "Updated Successfully" exit