Guest User

Untitled

a guest
Jul 25th, 2015
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 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 [email protected]
  4. 3 info using [email protected]
  5. 4 verbose node symlink /usr/bin/node
  6. 5 verbose run-script [ 'prestart', 'start', 'poststart' ]
  7. 6 info prestart [email protected]
  8. 7 info start [email protected]
  9. 8 verbose unsafe-perm in lifecycle true
  10. 9 info [email protected] Failed to exec start script
  11. 10 verbose stack Error: [email protected] start: `node server.js`
  12. 10 verbose stack Exit status 1
  13. 10 verbose stack at EventEmitter.<anonymous> (/usr/lib/node_modules/npm/lib/utils/lifecycle.js:213:16)
  14. 10 verbose stack at EventEmitter.emit (events.js:110:17)
  15. 10 verbose stack at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/lib/utils/spawn.js:24:14)
  16. 10 verbose stack at ChildProcess.emit (events.js:110:17)
  17. 10 verbose stack at maybeClose (child_process.js:1015:16)
  18. 10 verbose stack at Process.ChildProcess._handle.onexit (child_process.js:1087:5)
  19. 11 verbose pkgid [email protected]
  20. 12 verbose cwd /root/hack.chat
  21. 13 error Linux 3.19.0-22-generic
  22. 14 error argv "/usr/bin/node" "/usr/bin/npm" "start"
  23. 15 error node v0.12.7
  24. 16 error npm v2.11.3
  25. 17 error code ELIFECYCLE
  26. 18 error [email protected] start: `node server.js`
  27. 18 error Exit status 1
  28. 19 error Failed at the [email protected] start script 'node server.js'.
  29. 19 error This is most likely a problem with the hack.chat package,
  30. 19 error not with npm itself.
  31. 19 error Tell the author that this fails on your system:
  32. 19 error node server.js
  33. 19 error You can get their info via:
  34. 19 error npm owner ls hack.chat
  35. 19 error There is likely additional logging output above.
  36. 20 verbose exit [ 1, true ]
Advertisement
Add Comment
Please, Sign In to add comment