at ChildProcess.spawn (node:internal/child_process:420:11) at spawn (node:child_process:787:9) at runCommandWithTimeout (file:///C:/Program%20Files/nvm/v22.21.1/node ...
I believe this is due to a breaking change in node 22. I also believe the fix is to use the nodeJS options: spawn (command, args, { shell: true }); but that's a change to the CLI as we can't pass that ...