fix(n8n): add missing installation dependency (#2466)

This commit is contained in:
Bartosz Korczak 2024-02-10 08:35:39 -08:00 committed by GitHub
parent db3fe0e9ad
commit dcd35adf71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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_info "Installing n8n (Patience)"
$STD npm install --global patch-package
$STD npm install --global n8n
msg_ok "Installed n8n"