ahmed elbarbary

ahmed elbarbary

  • NA
  • 1.6k
  • 277.9k

How to solve this issue when run react app ?

Sep 25 2020 9:53 AM
I work on react App when I run it I get error 
I dont know this error on which place and how to solve it
so can any one help me please ?
  1. Microsoft Windows [Version 6.1.7601]  
  2. Copyright (c) 2009 Microsoft Corporation.  All rights reserved.  
  3.   
  4. D:\ReactApp>cd client-app/  
  5.   
  6. D:\ReactApp\client-app>npm start  
  7.   
  8. [email protected] start D:\ReactApp\client-app  
  9. > react-scripts start  
  10.   
  11. Starting the development server...  
  12.   
  13. events.js:187  
  14.       throw er; // Unhandled 'error' event  
  15.       ^  
  16.   
  17. Error: spawn powershell ENOENT  
  18. ←[90m    at Process.ChildProcess._handle.onexit (internal/child_process.js:264:19)←[39m  
  19. ←[90m    at onErrorNT (internal/child_process.js:456:16)←[39m  
  20. ←[90m    at processTicksAndRejections (internal/process/task_queues.js:80:21)←[39m  
  21. Emitted 'error' event on ChildProcess instance at:  
  22. ←[90m    at Process.ChildProcess._handle.onexit (internal/child_process.js:270:12)←[39m  
  23. ←[90m    at onErrorNT (internal/child_process.js:456:16)←[39m  
  24. ←[90m    at processTicksAndRejections (internal/process/task_queues.js:80:21)←[39m {  
  25.   errno: ←[33m-4058←[39m,  
  26.   code: ←[32m'ENOENT'←[39m,  
  27.   syscall: ←[32m'spawn powershell'←[39m,  
  28.   path: ←[32m'powershell'←[39m,  
  29.   spawnargs: [  
  30.     ←[32m'-NoProfile'←[39m,  
  31.     ←[32m'-NonInteractive'←[39m,  
  32.     ←[32m'–ExecutionPolicy'←[39m,  
  33.     ←[32m'Bypass'←[39m,  
  34.     ←[32m'-EncodedCommand'←[39m,  
  35.     ←[32m'UwB0AGEAcgB0ACAAIgBgACIAaAB0AHQAcAA6AC8ALwBsAG8AYwBhAGwAaABvAHMAdAA6ADMAMAAwADAAYAAiACIA'←[39m  
  36.   ]  
  37. }  
  38. npm ERR! code ELIFECYCLE  
  39. npm ERR! errno 1  
  40. npm ERR! [email protected] start: `react-scripts start`  
  41. npm ERR! Exit status 1  
  42. npm ERR!  
  43. npm ERR! Failed at the [email protected] start script.  
  44. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.  
  45.   
  46. npm ERR! A complete log of this run can be found in:  
  47. npm ERR!     C:\Users\Ahmed-Salah\AppData\Roaming\npm-cache\_logs\2020-09-25T14_46_14_041Z-debug.log  
  48.   
  49. D:\ReactApp\client-app>  
 

Answers (6)