From 74e31348ef0e670a3054df0aa29ff44ed130c3e6 Mon Sep 17 00:00:00 2001 From: Bartosz Korczak Date: Sat, 10 Feb 2024 16:42:36 +0100 Subject: [PATCH] fix(n8n): add missing installation dependency --- install/n8n-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/n8n-install.sh b/install/n8n-install.sh index 25cbce47..13aa5104 100644 --- a/install/n8n-install.sh +++ b/install/n8n-install.sh @@ -33,6 +33,7 @@ $STD apt-get install -y nodejs msg_ok "Installed Node.js" msg_info "Installing n8n (Patience)" +$STD npm install --global patch-package $STD npm install --global n8n msg_ok "Installed n8n"