mirror of https://github.com/tteck/Proxmox.git
fix(n8n): add missing installation dependency (#2466)
parent
db3fe0e9ad
commit
dcd35adf71
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue