fix(n8n): add missing installation dependency

This commit is contained in:
Bartosz Korczak 2024-02-10 16:42:36 +01:00
parent db3fe0e9ad
commit 74e31348ef
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ $STD apt-get install -y nodejs
msg_ok "Installed Node.js" msg_ok "Installed Node.js"
msg_info "Installing n8n (Patience)" msg_info "Installing n8n (Patience)"
$STD npm install --global patch-package
$STD npm install --global n8n $STD npm install --global n8n
msg_ok "Installed n8n" msg_ok "Installed n8n"