HogensHero

npm start error

Mar 4th, 2015
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. > [email protected] start /srv/gsd
  2. > node gsd.js
  3.  
  4. [06:28:44][INFO] + ========================================== +
  5. [06:28:44][INFO] | GSD logs all information, including errors |
  6. [06:28:44][INFO] | into the logs/ directory. Please check |
  7. [06:28:44][INFO] | there before asking for help with bugs. |
  8. [06:28:44][INFO] | |
  9. [06:28:44][INFO] | Submit bug reports at the following link: |
  10. [06:28:44][INFO] | https://github.com/PufferPanel/PufferPanel |
  11. [06:28:44][INFO] + ========================================== +
  12.  
  13. fs.js:438
  14. return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
  15. ^
  16. Error: ENOENT, no such file or directory 'https.key'
  17. at Object.fs.openSync (fs.js:438:18)
  18. at Object.fs.readFileSync (fs.js:289:15)
  19. at Object.<anonymous> (/srv/gsd/interfaces/console.js:5:10)
  20. at Module._compile (module.js:456:26)
  21. at Object.Module._extensions..js (module.js:474:10)
  22. at Module.load (module.js:356:32)
  23. at Function.Module._load (module.js:312:12)
  24. at Module.require (module.js:364:17)
  25. at require (module.js:380:17)
  26. at Object.<anonymous> (/srv/gsd/gsd.js:13:1)
  27.  
  28. npm ERR! [email protected] start: `node gsd.js`
  29. npm ERR! Exit status 8
  30. npm ERR!
  31. npm ERR! Failed at the [email protected] start script.
  32. npm ERR! This is most likely a problem with the GameServerDaemon package,
  33. npm ERR! not with npm itself.
  34. npm ERR! Tell the author that this fails on your system:
  35. npm ERR! node gsd.js
  36. npm ERR! You can get their info via:
  37. npm ERR! npm owner ls GameServerDaemon
  38. npm ERR! There is likely additional logging output above.
  39. npm ERR! System Linux 3.13.0-46-generic
  40. npm ERR! command "/usr/bin/node" "/usr/bin/npm" "start"
  41. npm ERR! cwd /srv/gsd
  42. npm ERR! node -v v0.10.33
  43. npm ERR! npm -v 1.4.28
  44. npm ERR! code ELIFECYCLE
  45. npm ERR!
  46. npm ERR! Additional logging details can be found in:
  47. npm ERR! /srv/gsd/npm-debug.log
  48. npm ERR! not ok code 0
Advertisement
Add Comment
Please, Sign In to add comment