When I run the “9remote” command, it tries to open the page after launching, but it doesn't work and displays this error. (I'm on Windows)
🌐 Opening http://localhost:2208
node:events:486
throw er; // Unhandled 'error' event
^
Error: spawn start ENOENT
at ChildProcess._handle.onexit (node:internal/child_process:286:19)
at onErrorNT (node:internal/child_process:484:16)
at process.processTicksAndRejections (node:internal/process/task_queues:89:21)
Emitted 'error' event on ChildProcess instance at:
at ChildProcess._handle.onexit (node:internal/child_process:292:12)
at onErrorNT (node:internal/child_process:484:16)
at process.processTicksAndRejections (node:internal/process/task_queues:89:21) {
errno: -4058,
code: 'ENOENT',
syscall: 'spawn start',
path: 'start',
spawnargs: [ 'http://localhost:2208' ]
}
Node.js v24.11.1
When I run the “9remote” command, it tries to open the page after launching, but it doesn't work and displays this error. (I'm on Windows)
node:events:486
throw er; // Unhandled 'error' event
^
Error: spawn start ENOENT
at ChildProcess._handle.onexit (node:internal/child_process:286:19)
at onErrorNT (node:internal/child_process:484:16)
at process.processTicksAndRejections (node:internal/process/task_queues:89:21)
Emitted 'error' event on ChildProcess instance at:
at ChildProcess._handle.onexit (node:internal/child_process:292:12)
at onErrorNT (node:internal/child_process:484:16)
at process.processTicksAndRejections (node:internal/process/task_queues:89:21) {
errno: -4058,
code: 'ENOENT',
syscall: 'spawn start',
path: 'start',
spawnargs: [ 'http://localhost:2208' ]
}
Node.js v24.11.1