Skip to content

fix(windows): support spaces in Node path#94

Open
Flow-Fly wants to merge 1 commit intoPierrad:masterfrom
Flow-Fly:fix/windows-node-path-spaces
Open

fix(windows): support spaces in Node path#94
Flow-Fly wants to merge 1 commit intoPierrad:masterfrom
Flow-Fly:fix/windows-node-path-spaces

Conversation

@Flow-Fly
Copy link
Copy Markdown

@Flow-Fly Flow-Fly commented Oct 30, 2025

Fixes #92.

  • Spawn Node without a shell to avoid splitting paths with spaces
  • Normalize Node and agent paths
  • Strip surrounding quotes in Node path

…ths); trim surrounding quotes in user-provided path\n\n- Spawn Node without a shell so paths with spaces aren’t split\n- Normalize provided Node path and agent path\n- Strip surrounding quotes from user-entered path to avoid fs/spawn issues\n\nFixes Pierrad#92
@njausxl
Copy link
Copy Markdown

njausxl commented Jan 16, 2026

for %I in ("C:\Program Files\nodejs\node.exe") do echo %~sI
in windows you can use code find the right spaces

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Spaces in the node path

2 participants