Advertisement
mIFIC78

Untitled

Mar 19th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. 0 info it worked if it ends with ok
  2. 1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'start' ]
  3. 2 info using npm@6.9.0
  4. 3 info using node@v11.11.0
  5. 4 verbose run-script [ 'prestart', 'start', 'poststart' ]
  6. 5 info lifecycle zigbee2mqtt@1.2.1~prestart: zigbee2mqtt@1.2.1
  7. 6 info lifecycle zigbee2mqtt@1.2.1~start: zigbee2mqtt@1.2.1
  8. 7 verbose lifecycle zigbee2mqtt@1.2.1~start: unsafe-perm in lifecycle true
  9. 8 verbose lifecycle zigbee2mqtt@1.2.1~start: PATH: /usr/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/opt/zigbee2mqtt/node_modules/.bin:/usr/local/sbin:/usr/local/bin$
  10. 9 verbose lifecycle zigbee2mqtt@1.2.1~start: CWD: /opt/zigbee2mqtt
  11. 10 silly lifecycle zigbee2mqtt@1.2.1~start: Args: [ '-c', 'node index.js' ]
  12. 11 silly lifecycle zigbee2mqtt@1.2.1~start: Returned: code: 139 signal: null
  13. 12 info lifecycle zigbee2mqtt@1.2.1~start: Failed to exec start script
  14. 13 verbose stack Error: zigbee2mqtt@1.2.1 start: `node index.js`
  15. 13 verbose stack Exit status 139
  16. 13 verbose stack at EventEmitter.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:301:16)
  17. 13 verbose stack at EventEmitter.emit (events.js:197:13)
  18. 13 verbose stack at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
  19. 13 verbose stack at ChildProcess.emit (events.js:197:13)
  20. 13 verbose stack at maybeClose (internal/child_process.js:984:16)
  21. 13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:265:5)
  22. 14 verbose pkgid zigbee2mqtt@1.2.1
  23. 15 verbose cwd /opt/zigbee2mqtt
  24. 16 verbose Linux 4.15.0-46-generic
  25. 17 verbose argv "/usr/bin/node" "/usr/bin/npm" "start"
  26. 18 verbose node v11.11.0
  27. 19 verbose npm v6.9.0
  28. 20 error code ELIFECYCLE
  29. 21 error errno 139
  30. 22 error zigbee2mqtt@1.2.1 start: `node index.js`
  31. 22 error Exit status 139
  32. 23 error Failed at the zigbee2mqtt@1.2.1 start script.
  33. 23 error This is probably not a problem with npm. There is likely additional logging output above.
  34. 24 verbose exit [ 139, true ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement