Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion ui/desktop/src/platform/windows/bin/npx.cmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
@ECHO OFF
SETLOCAL EnableDelayedExpansion

if not defined GOOSE_NODE_DIR (
SET "GOOSE_NODE_DIR=%LOCALAPPDATA%\Goose\node"
)
SET "NODE_VERSION=22.14.0"
SET "GOOSE_NODE_DIR=%LOCALAPPDATA%\Goose\node"

REM === Check for previously downloaded portable Node.js (matching version) ===
if exist "%GOOSE_NODE_DIR%\node-v%NODE_VERSION%.installed" (
Expand Down