trazmaniac

npm start error

May 19th, 2020
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.24 KB | None | 0 0
  1. npm info it worked if it ends with ok
  2. npm verb cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'start' ]
  3. npm info using npm@6.14.4
  4. npm info using node@v12.16.3
  5. npm verb run-script [ 'prestart', 'start', 'poststart' ]
  6. npm info lifecycle daily-grow@0.1.0~prestart: daily-grow@0.1.0
  7. npm info lifecycle daily-grow@0.1.0~start: daily-grow@0.1.0
  8.  
  9. > daily-grow@0.1.0 start /home/ryantraz/Code/work/react_js_ist
  10. > react-app-rewired start
  11.  
  12. sh: 1: react-app-rewired: not found
  13. npm verb lifecycle daily-grow@0.1.0~start: unsafe-perm in lifecycle true
  14. npm verb lifecycle daily-grow@0.1.0~start: PATH: /usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/home/ryantraz/Code/work/react_js_ist/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
  15. npm verb lifecycle daily-grow@0.1.0~start: CWD: /home/ryantraz/Code/work/react_js_ist
  16. npm info lifecycle daily-grow@0.1.0~start: Failed to exec start script
  17. npm verb stack Error: daily-grow@0.1.0 start: `react-app-rewired start`
  18. npm verb stack spawn ENOENT
  19. npm verb stack     at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:48:18)
  20. npm verb stack     at ChildProcess.emit (events.js:310:20)
  21. npm verb stack     at maybeClose (internal/child_process.js:1021:16)
  22. npm verb stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
  23. npm verb pkgid daily-grow@0.1.0
  24. npm verb cwd /home/ryantraz/Code/work/react_js_ist
  25. npm verb Linux 5.4.0-31-generic
  26. npm verb argv "/usr/local/bin/node" "/usr/local/bin/npm" "start"
  27. npm verb node v12.16.3
  28. npm verb npm  v6.14.4
  29. npm ERR! code ELIFECYCLE
  30. npm ERR! syscall spawn
  31. npm ERR! file sh
  32. npm ERR! errno ENOENT
  33. npm ERR! daily-grow@0.1.0 start: `react-app-rewired start`
  34. npm ERR! spawn ENOENT
  35. npm ERR!
  36. npm ERR! Failed at the daily-grow@0.1.0 start script.
  37. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  38. npm verb exit [ 1, true ]
  39. npm WARN Local package.json exists, but node_modules missing, did you mean to install?
  40. npm timing npm Completed in 146ms
  41.  
  42. npm ERR! A complete log of this run can be found in:
  43. npm ERR!     /home/ryantraz/.npm/_logs/2020-05-19T22_00_35_680Z-debug.log
Add Comment
Please, Sign In to add comment