learn-react-app icon indicating copy to clipboard operation
learn-react-app copied to clipboard

Local setup issue

Open LOVKUSH9888 opened this issue 2 years ago • 0 comments

node:events:491 throw er; // Unhandled 'error' event ^

Error: spawn cmd ENOENT at ChildProcess._handle.onexit (node:internal/child_process:283:19) at onErrorNT (node:internal/child_process:476:16) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) Emitted 'error' event on ChildProcess instance at: at ChildProcess._handle.onexit (node:internal/child_process:289:12) at onErrorNT (node:internal/child_process:476:16) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { errno: -4058, code: 'ENOENT', syscall: 'spawn cmd', path: 'cmd', spawnargs: [ '/s', '/c', 'start', '""', '/b', '"http://localhost:3000/"' ] }

Node.js v18.13.0

LOVKUSH9888 avatar Feb 12 '23 22:02 LOVKUSH9888