From dcd35adf71b3950ca65262151ddc5b65c9bcc641 Mon Sep 17 00:00:00 2001 From: Bartosz Korczak Date: Sat, 10 Feb 2024 08:35:39 -0800 Subject: [PATCH] fix(n8n): add missing installation dependency (#2466) --- 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"