Advertisement
HogensHero

npm error log

Mar 4th, 2015
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 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@1.4.28
  4. 3 info using node@v0.10.33
  5. 4 verbose node symlink /usr/bin/node
  6. 5 verbose run-script [ 'prestart', 'start', 'poststart' ]
  7. 6 info prestart GameServerDaemon@0.1.5
  8. 7 info start GameServerDaemon@0.1.5
  9. 8 verbose unsafe-perm in lifecycle true
  10. 9 info GameServerDaemon@0.1.5 Failed to exec start script
  11. 10 error GameServerDaemon@0.1.5 start: `node gsd.js`
  12. 10 error Exit status 8
  13. 11 error Failed at the GameServerDaemon@0.1.5 start script.
  14. 11 error This is most likely a problem with the GameServerDaemon package,
  15. 11 error not with npm itself.
  16. 11 error Tell the author that this fails on your system:
  17. 11 error node gsd.js
  18. 11 error You can get their info via:
  19. 11 error npm owner ls GameServerDaemon
  20. 11 error There is likely additional logging output above.
  21. 12 error System Linux 3.13.0-46-generic
  22. 13 error command "/usr/bin/node" "/usr/bin/npm" "start"
  23. 14 error cwd /srv/gsd
  24. 15 error node -v v0.10.33
  25. 16 error npm -v 1.4.28
  26. 17 error code ELIFECYCLE
  27. 18 verbose exit [ 1, true ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement