Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1.  
  2. > roboserver@1.0.0 server /usr/games/roboserver
  3. > node ./bin/www
  4.  
  5. /usr/games/roboserver/public/js/SocketToAccountMap.js:4
  6. class SocketToAccountMap {
  7. ^^^^^
  8.  
  9. SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
  10. at exports.runInThisContext (vm.js:53:16)
  11. at Module._compile (module.js:373:25)
  12. at Object.Module._extensions..js (module.js:416:10)
  13. at Module.load (module.js:343:32)
  14. at Function.Module._load (module.js:300:12)
  15. at Module.require (module.js:353:17)
  16. at require (internal/module.js:12:17)
  17. at Object.<anonymous> (/usr/games/roboserver/public/js/customizeServer.js:1:83)
  18. at Module._compile (module.js:409:26)
  19. at Object.Module._extensions..js (module.js:416:10)
  20.  
  21. npm ERR! Linux 4.10.1-2-pve
  22. npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "run" "server"
  23. npm ERR! node v4.8.4
  24. npm ERR! npm v2.15.11
  25. npm ERR! code ELIFECYCLE
  26. npm ERR! roboserver@1.0.0 server: `node ./bin/www`
  27. npm ERR! Exit status 1
  28. npm ERR!
  29. npm ERR! Failed at the roboserver@1.0.0 server script 'node ./bin/www'.
  30. npm ERR! This is most likely a problem with the roboserver package,
  31. npm ERR! not with npm itself.
  32. npm ERR! Tell the author that this fails on your system:
  33. npm ERR! node ./bin/www
  34. npm ERR! You can get information on how to open an issue for this project with:
  35. npm ERR! npm bugs roboserver
  36. npm ERR! Or if that isn't available, you can get their info via:
  37. npm ERR!
  38. npm ERR! npm owner ls roboserver
  39. npm ERR! There is likely additional logging output above.
  40.  
  41. npm ERR! Please include the following file with any support request:
  42. npm ERR! /usr/games/roboserver/npm-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement