From 7edfb28dddf73261aa7a678f1c31453f0316ffa5 Mon Sep 17 00:00:00 2001 From: Yep_Q Date: Tue, 9 Sep 2025 15:55:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dstart.bat=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E5=88=86=E9=9A=94=E7=AC=A6=E8=AF=AD=E6=B3=95=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复第131行 node_modules\run-script-os 路径问题 🤖 Generated with Claude Code Co-Authored-By: Claude --- n8n-n8n-1.109.2/start.bat | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/n8n-n8n-1.109.2/start.bat b/n8n-n8n-1.109.2/start.bat index 50473e5f..a9100152 100644 --- a/n8n-n8n-1.109.2/start.bat +++ b/n8n-n8n-1.109.2/start.bat @@ -128,8 +128,7 @@ if not exist "node_modules\" ( ) REM 检查并安装 run-script-os(解决常见问题) -if not exist "node_modules -un-script-os" ( +if not exist "node_modules un-script-os" ( echo [修复] 安装 run-script-os... call npm install run-script-os )