I've tried doing a full reset, reinstalled node, pretty much anything I've seen, and it still doesn't work. It's not working with create-react-app either, what is this error even for? I'm getting no info from the error message.S:\NODE\Projects\a>npm start > a@1.0.0 start S:\NODE\Projects\a > webpack-dev-server --open i 「wds」: Project is running at http://localhost:8080/ i 「wds」: webpack output is served from / i 「wds」: Content not from webpack is served from S:\NODE\Projects\a events.js:187 throw er; // Unhandled 'error' event ^ Error: spawn cmd ENOENT at Process.ChildProcess._handle.onexit (internal/child_process.js:264:19) at onErrorNT (internal/child_process.js:456:16) at processTicksAndRejections (internal/process/task_queues.js:80:21) Emitted 'error' event on ChildProcess instance at: at Process.ChildProcess._handle.onexit (internal/child_process.js:270:12) at onErrorNT (internal/child_process.js:456:16) at processTicksAndRejections (internal/process/task_queues.js:80:21) { errno: 'ENOENT', code: 'ENOENT', syscall: 'spawn cmd', path: 'cmd', spawnargs: [ '/c', 'start', '""', '/b', 'http://localhost:8080/' ] } npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! a@1.0.0 start: `webpack-dev-server --open` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the a@1.0.0 start script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\nicho\AppData\Roaming\npm-cache\_logs\2019-10-07T00_15_13_635Z-debug.log Thanks so much, I appreciate it!
Submitted October 07, 2019 at 01:19AM by LawlessWalrus1
No comments:
Post a Comment