Advertisement
Guest User

Untitled

a guest
Feb 20th, 2018
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. root@mail:~# screen -r 23446.pts-0.mail
  2. ^
  3.  
  4. TypeError: Cannot set property 'openChannel' of undefined
  5. at Client.open (/home/ircd/lounge/src/client.js:466:45)
  6. at Socket.<anonymous> (/home/ircd/lounge/src/server.js:353:11)
  7. at emitOne (events.js:96:13)
  8. at Socket.emit (events.js:188:7)
  9. at /home/ircd/lounge/node_modules/socket.io/lib/socket.js:513:12
  10. at _combinedTickCallback (internal/process/next_tick.js:73:7)
  11. at process._tickCallback (internal/process/next_tick.js:104:9)
  12.  
  13. npm ERR! Linux 3.16.0-5-amd64
  14. npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "start" "env" "DEBUG=*"
  15. npm ERR! node v6.12.3
  16. npm ERR! npm v3.10.10
  17. npm ERR! code ELIFECYCLE
  18. npm ERR! thelounge@2.7.0 start: `node index start "env" "DEBUG=*"`
  19. npm ERR! Exit status 1
  20. npm ERR!
  21. npm ERR! Failed at the thelounge@2.7.0 start script 'node index start "env" "DEBUG=*"'.
  22. npm ERR! Make sure you have the latest version of node.js and npm installed.
  23. npm ERR! If you do, this is most likely a problem with the thelounge package,
  24. npm ERR! not with npm itself.
  25. npm ERR! Tell the author that this fails on your system:
  26. npm ERR! node index start "env" "DEBUG=*"
  27. npm ERR! You can get information on how to open an issue for this project with:
  28. npm ERR! npm bugs thelounge
  29. npm ERR! Or if that isn't available, you can get their info via:
  30. npm ERR! npm owner ls thelounge
  31. npm ERR! There is likely additional logging output above.
  32.  
  33. npm ERR! Please include the following file with any support request:
  34. npm ERR! /home/ircd/lounge/npm-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement