From 2cdd57550b4e127bd9ed8a5a423e2782ce465ffa Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Sat, 22 Feb 2025 21:45:57 +1100 Subject: [PATCH] Try to fix n8n "Task runner failed to start" error --- home-apps/n8n.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home-apps/n8n.yaml b/home-apps/n8n.yaml index 61b0134..cf04ff0 100644 --- a/home-apps/n8n.yaml +++ b/home-apps/n8n.yaml @@ -35,6 +35,10 @@ spec: - name: n8n image: n8nio/n8n:1.80.2 imagePullPolicy: IfNotPresent + args: + - | + npm install -g moment lodash collect.js sugar markdown + n8n start ports: - containerPort: 5678 name: web