Advertisement
qbasty

Untitled

Jun 7th, 2020
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. root@matrix:/srv/daemon# npm start
  2.  
  3. > pteronode@0.6.13 start /srv/daemon
  4. > node src/index.js | node_modules/bunyan/bin/bunyan -o short
  5.  
  6. 10:57:18.759Z INFO wings: + ------------------------------------ +
  7. 10:57:18.760Z INFO wings: | Running Pterodactyl Daemon v0.6.13 |
  8. 10:57:18.761Z INFO wings: | https://pterodactyl.io |
  9. 10:57:18.761Z INFO wings: | |
  10. 10:57:18.761Z INFO wings: | Copyright 2015 - 2020 Dane Everitt |
  11. 10:57:18.761Z INFO wings: | and contributors |
  12. 10:57:18.761Z INFO wings: + ------------------------------------ +
  13. 10:57:18.761Z INFO wings: Loading modules, this could take a few seconds.
  14. internal/modules/cjs/loader.js:638
  15. throw err;
  16. ^
  17.  
  18. Error: Cannot find module 'mmmagic'
  19. at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
  20. at Function.Module._load (internal/modules/cjs/loader.js:562:25)
  21. at Module.require (internal/modules/cjs/loader.js:692:17)
  22. at require (internal/modules/cjs/helpers.js:25:18)
  23. at Object.<anonymous> (/srv/daemon/src/controllers/fs.js:30:13)
  24. at Module._compile (internal/modules/cjs/loader.js:778:30)
  25. at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
  26. at Module.load (internal/modules/cjs/loader.js:653:32)
  27. at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
  28. at Function.Module._load (internal/modules/cjs/loader.js:585:3)
  29. root@matrix:/srv/daemon#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement