Advertisement
Guest User

Untitled

a guest
Dec 30th, 2020
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. 0 info it worked if it ends with ok
  2. 1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'start' ]
  3. 2 info using npm@6.14.4
  4. 3 info using node@v10.19.0
  5. 4 verbose run-script [ 'prestart', 'start', 'poststart' ]
  6. 5 info lifecycle heroic@0.2.0-beta~prestart: heroic@0.2.0-beta
  7. 6 info lifecycle heroic@0.2.0-beta~start: heroic@0.2.0-beta
  8. 7 verbose lifecycle heroic@0.2.0-beta~start: unsafe-perm in lifecycle true
  9. 8 verbose lifecycle heroic@0.2.0-beta~start: PATH: /usr/share/npm/node_modules/npm-lifecycle/node-gyp-bin:/home/coffee/HeroicGamesLauncher/node_modules/.bin:/home/coffee/.opam/4.07.0/bin:/home/coffee/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
  10. 9 verbose lifecycle heroic@0.2.0-beta~start: CWD: /home/coffee/HeroicGamesLauncher
  11. 10 silly lifecycle heroic@0.2.0-beta~start: Args: [ '-c', 'nf start -p 3000 && electron-start' ]
  12. 11 silly lifecycle heroic@0.2.0-beta~start: Returned: code: 1 signal: null
  13. 12 info lifecycle heroic@0.2.0-beta~start: Failed to exec start script
  14. 13 verbose stack Error: heroic@0.2.0-beta start: `nf start -p 3000 && electron-start`
  15. 13 verbose stack Exit status 1
  16. 13 verbose stack at EventEmitter.<anonymous> (/usr/share/npm/node_modules/npm-lifecycle/index.js:332:16)
  17. 13 verbose stack at EventEmitter.emit (events.js:198:13)
  18. 13 verbose stack at ChildProcess.<anonymous> (/usr/share/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
  19. 13 verbose stack at ChildProcess.emit (events.js:198:13)
  20. 13 verbose stack at maybeClose (internal/child_process.js:982:16)
  21. 13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5)
  22. 14 verbose pkgid heroic@0.2.0-beta
  23. 15 verbose cwd /home/coffee/HeroicGamesLauncher
  24. 16 verbose Linux 5.4.0-58-generic
  25. 17 verbose argv "/usr/bin/node" "/usr/bin/npm" "start"
  26. 18 verbose node v10.19.0
  27. 19 verbose npm v6.14.4
  28. 20 error code ELIFECYCLE
  29. 21 error errno 1
  30. 22 error heroic@0.2.0-beta start: `nf start -p 3000 && electron-start`
  31. 22 error Exit status 1
  32. 23 error Failed at the heroic@0.2.0-beta start script.
  33. 23 error This is probably not a problem with npm. There is likely additional logging output above.
  34. 24 verbose exit [ 1, true ]
  35.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement