install node in goose dir (#7220)

This commit is contained in:
Lifei Zhou
2026-02-17 19:17:48 +11:00
committed by GitHub
parent 9ccd20d472
commit 18cbe96ca0
4 changed files with 33 additions and 55 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ export async function ensureWinShims(): Promise<void> {
await fs.promises.mkdir(tgtDir, { recursive: true });
// Copy command-line tools, NOT goosed.exe (which should always be used locally)
const shims = ['uvx.exe', 'uv.exe', 'npx.cmd', 'install-node.cmd'];
const shims = ['uvx.exe', 'uv.exe', 'npx.cmd'];
await Promise.all(
shims.map(async (shim) => {