24demo

npm errno1 ELIFECYCLE

Oct 2nd, 2020
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. $ npm start
  2.  
  3. > [email protected] start C:\Users\Gustavo Rios O\desktop\dbproject\mdbproject
  4. > set PORT=9999 && react-scripts start
  5.  
  6. i 「wds」: Project is running at http://192.168.43.123/
  7. i 「wds」: webpack output is served from
  8. i 「wds」: Content not from webpack is served from C:\Users\Gustavo Rios O\desktop\dbproject\mdbproject\public
  9. i 「wds」: 404s will fallback to /
  10. Starting the development server...
  11.  
  12. events.js:292
  13. throw er; // Unhandled 'error' event
  14. ^
  15.  
  16. Error: spawn powershell ENOENT
  17. at Process.ChildProcess._handle.onexit (internal/child_process.js:267:19)
  18. at onErrorNT (internal/child_process.js:469:16)
  19. at processTicksAndRejections (internal/process/task_queues.js:84:21)
  20. Emitted 'error' event on ChildProcess instance at:
  21. at Process.ChildProcess._handle.onexit (internal/child_process.js:273:12)
  22. at onErrorNT (internal/child_process.js:469:16)
  23. at processTicksAndRejections (internal/process/task_queues.js:84:21) {
  24. errno: 'ENOENT',
  25. code: 'ENOENT',
  26. syscall: 'spawn powershell',
  27. path: 'powershell',
  28. spawnargs: [
  29. '-NoProfile',
  30. '-NonInteractive',
  31. '–ExecutionPolicy',
  32. 'Bypass',
  33. '-EncodedCommand',
  34. 'UwB0AGEAcgB0ACAAIgBgACIAaAB0AHQAcAA6AC8ALwBsAG8AYwBhAGwAaABvAHMAdAA6ADkAOQA5ADkAYAAiACIA'
  35. ]
  36. }
  37. npm ERR! code ELIFECYCLE
  38. npm ERR! errno 1
  39. npm ERR! [email protected] start: `set PORT=9999 && react-scripts start`
  40. npm ERR! Exit status 1
  41. npm ERR!
  42. npm ERR! Failed at the [email protected] start script.
  43. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  44.  
  45. npm ERR! A complete log of this run can be found in:
  46. npm ERR! C:\Users\Gustavo Rios O\AppData\Roaming\npm-cache\_logs\2020-10-03T01_12_52_005Z-debug.log
  47.  
Advertisement
Add Comment
Please, Sign In to add comment