Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ npm start
- > [email protected] start C:\Users\Gustavo Rios O\desktop\dbproject\mdbproject
- > set PORT=9999 && react-scripts start
- i 「wds」: Project is running at http://192.168.43.123/
- i 「wds」: webpack output is served from
- i 「wds」: Content not from webpack is served from C:\Users\Gustavo Rios O\desktop\dbproject\mdbproject\public
- i 「wds」: 404s will fallback to /
- Starting the development server...
- events.js:292
- throw er; // Unhandled 'error' event
- ^
- Error: spawn powershell ENOENT
- at Process.ChildProcess._handle.onexit (internal/child_process.js:267:19)
- at onErrorNT (internal/child_process.js:469:16)
- at processTicksAndRejections (internal/process/task_queues.js:84:21)
- Emitted 'error' event on ChildProcess instance at:
- at Process.ChildProcess._handle.onexit (internal/child_process.js:273:12)
- at onErrorNT (internal/child_process.js:469:16)
- at processTicksAndRejections (internal/process/task_queues.js:84:21) {
- errno: 'ENOENT',
- code: 'ENOENT',
- syscall: 'spawn powershell',
- path: 'powershell',
- spawnargs: [
- '-NoProfile',
- '-NonInteractive',
- '–ExecutionPolicy',
- 'Bypass',
- '-EncodedCommand',
- 'UwB0AGEAcgB0ACAAIgBgACIAaAB0AHQAcAA6AC8ALwBsAG8AYwBhAGwAaABvAHMAdAA6ADkAOQA5ADkAYAAiACIA'
- ]
- }
- npm ERR! code ELIFECYCLE
- npm ERR! errno 1
- npm ERR! [email protected] start: `set PORT=9999 && react-scripts start`
- npm ERR! Exit status 1
- npm ERR!
- npm ERR! Failed at the [email protected] 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\Gustavo Rios O\AppData\Roaming\npm-cache\_logs\2020-10-03T01_12_52_005Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment