fix(n8n): add missing installation dependency

pull/2466/head
Bartosz Korczak 1 year ago
parent db3fe0e9ad
commit 74e31348ef
  1. 1
      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"

Loading…
Cancel
Save