Advertisement
Guest User

Problem installing daemon

a guest
Sep 19th, 2019
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. 0 info it worked if it ends with ok
  2. 1 verbose cli [ '/usr/bin/node',
  3. 1 verbose cli '/usr/bin/npm',
  4. 1 verbose cli 'run',
  5. 1 verbose cli 'configure',
  6. 1 verbose cli '--',
  7. 1 verbose cli '--panel-url',
  8. 1 verbose cli 'http://localhost',
  9. 1 verbose cli '--token',
  10. 1 verbose cli 'TOOOOKKKEEEEN' ]
  11. 2 info using npm@6.4.1
  12. 3 info using node@v8.16.1
  13. 4 verbose run-script [ 'preconfigure', 'configure', 'postconfigure' ]
  14. 5 info lifecycle pteronode@0.6.12~preconfigure: pteronode@0.6.12
  15. 6 info lifecycle pteronode@0.6.12~configure: pteronode@0.6.12
  16. 7 verbose lifecycle pteronode@0.6.12~configure: unsafe-perm in lifecycle true
  17. 8 verbose lifecycle pteronode@0.6.12~configure: PATH: /usr/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/srv/daemon/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sb$
  18. 9 verbose lifecycle pteronode@0.6.12~configure: CWD: /srv/daemon
  19. 10 silly lifecycle pteronode@0.6.12~configure: Args: [ '-c',
  20. 10 silly lifecycle 'node scripts/configure.js "--panel-url" "http://localhost" "--token" "TOOOOKKKEEEEN"' ]
  21. 11 silly lifecycle pteronode@0.6.12~configure: Returned: code: 1 signal: null
  22. 12 info lifecycle pteronode@0.6.12~configure: Failed to exec configure script
  23. 13 verbose stack Error: pteronode@0.6.12 configure: `node scripts/configure.js "--panel-url" "http://localhost" "--token" "TOOOOKKKEEEEN"`
  24. 13 verbose stack Exit status 1
  25. 13 verbose stack at EventEmitter.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:301:16)
  26. 13 verbose stack at emitTwo (events.js:126:13)
  27. 13 verbose stack at EventEmitter.emit (events.js:214:7)
  28. 13 verbose stack at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
  29. 13 verbose stack at emitTwo (events.js:126:13)
  30. 13 verbose stack at ChildProcess.emit (events.js:214:7)
  31. 13 verbose stack at maybeClose (internal/child_process.js:915:16)
  32. 13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
  33. 14 verbose pkgid pteronode@0.6.12
  34. 15 verbose cwd /srv/daemon
  35. 16 verbose Linux 4.15.0-45-generic
  36. 17 verbose argv "/usr/bin/node" "/usr/bin/npm" "run" "configure" "--" "--panel-url" "http://localhost" "--token" "TOOOKKEEEEEEN"
  37. 18 verbose node v8.16.1
  38. 19 verbose npm v6.4.1
  39. 20 error code ELIFECYCLE
  40. 21 error errno 1
  41. 22 error pteronode@0.6.12 configure: `node scripts/configure.js "--panel-url" "http://localhost" "--token" "TOOOOKKKEEEEN"`
  42. 22 error Exit status 1
  43. 23 error Failed at the pteronode@0.6.12 configure script.
  44. 23 error This is probably not a problem with npm. There is likely additional logging output above.
  45. 24 verbose exit [ 1, true ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement