Advertisement
Guest User

Untitled

a guest
Apr 9th, 2019
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.42 KB | None | 0 0
  1. pi@raspberrypi:/opt/zigbee2mqtt $ sudo systemctl start zigbee2mqtt
  2. pi@raspberrypi:/opt/zigbee2mqtt $ sudo journalctl -u zigbee2mqtt.service -f
  3. -- Logs begin at Tue 2019-04-09 15:24:30 CEST. --
  4. Apr 09 18:39:02 raspberrypi npm[12411]: npm WARN For further explanations, please read
  5. Apr 09 18:39:02 raspberrypi npm[12411]: /usr/share/doc/nodejs/README.Debian
  6. Apr 09 18:39:02 raspberrypi npm[12411]:
  7. Apr 09 18:39:02 raspberrypi npm[12411]: npm ERR!
  8. Apr 09 18:39:02 raspberrypi systemd[1]: zigbee2mqtt.service: Main process exited, code=exited, status=1/FAILURE
  9. Apr 09 18:39:02 raspberrypi systemd[1]: zigbee2mqtt.service: Unit entered failed state.
  10. Apr 09 18:39:02 raspberrypi systemd[1]: zigbee2mqtt.service: Failed with result 'exit-code'.
  11. Apr 09 18:39:02 raspberrypi systemd[1]: zigbee2mqtt.service: Service hold-off time over, scheduling restart.
  12. Apr 09 18:39:02 raspberrypi systemd[1]: Stopped zigbee2mqtt.
  13. Apr 09 18:39:02 raspberrypi systemd[1]: Started zigbee2mqtt.
  14. Apr 09 18:39:05 raspberrypi npm[12441]: (node:12441) [DEP0022] DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.
  15. Apr 09 18:39:06 raspberrypi npm[12441]: > zigbee2mqtt@1.3.0 start /opt/zigbee2mqtt
  16. Apr 09 18:39:06 raspberrypi npm[12441]: > node index.js
  17. Apr 09 18:39:08 raspberrypi npm[12441]: Zigbee2mqtt requires node version 10, you are running v8.11.1!
  18. Apr 09 18:39:09 raspberrypi npm[12441]: zigbee2mqtt:info 9.4.2019, 18:39:09 Logging to directory: '/opt/zigbee2mqtt/data/log/2019-04-09.18-39-09'
  19. Apr 09 18:39:09 raspberrypi npm[12441]: /opt/zigbee2mqtt/node_modules/cc-znp/node_modules/bindings/bindings.js:121
  20. Apr 09 18:39:09 raspberrypi npm[12441]: throw e;
  21. Apr 09 18:39:09 raspberrypi npm[12441]: ^
  22. Apr 09 18:39:09 raspberrypi npm[12441]: Error: The module '/opt/zigbee2mqtt/node_modules/cc-znp/node_modules/@serialport/bindings/build/Release/bindings.node'
  23. Apr 09 18:39:09 raspberrypi npm[12441]: was compiled against a different Node.js version using
  24. Apr 09 18:39:09 raspberrypi npm[12441]: NODE_MODULE_VERSION 64. This version of Node.js requires
  25. Apr 09 18:39:09 raspberrypi npm[12441]: NODE_MODULE_VERSION 57. Please try re-compiling or re-installing
  26. Apr 09 18:39:09 raspberrypi npm[12441]: the module (for instance, using `npm rebuild` or `npm install`).
  27. Apr 09 18:39:09 raspberrypi npm[12441]: at Object.Module._extensions..node (module.js:681:18)
  28. Apr 09 18:39:09 raspberrypi npm[12441]: at Module.load (module.js:565:32)
  29. Apr 09 18:39:09 raspberrypi npm[12441]: at tryModuleLoad (module.js:505:12)
  30. Apr 09 18:39:09 raspberrypi npm[12441]: at Function.Module._load (module.js:497:3)
  31. Apr 09 18:39:09 raspberrypi npm[12441]: at Module.require (module.js:596:17)
  32. Apr 09 18:39:09 raspberrypi npm[12441]: at require (internal/module.js:11:18)
  33. Apr 09 18:39:09 raspberrypi npm[12441]: at bindings (/opt/zigbee2mqtt/node_modules/cc-znp/node_modules/bindings/bindings.js:112:48)
  34. Apr 09 18:39:09 raspberrypi npm[12441]: at Object.<anonymous> (/opt/zigbee2mqtt/node_modules/cc-znp/node_modules/@serialport/bindings/lib/linux.js:1:98)
  35. Apr 09 18:39:09 raspberrypi npm[12441]: at Module._compile (module.js:652:30)
  36. Apr 09 18:39:09 raspberrypi npm[12441]: at Object.Module._extensions..js (module.js:663:10)
  37. Apr 09 18:39:09 raspberrypi npm[12441]: npm ERR! zigbee2mqtt@1.3.0 start: `node index.js`
  38. Apr 09 18:39:09 raspberrypi npm[12441]: npm ERR! Exit status 1
  39. Apr 09 18:39:09 raspberrypi npm[12441]: npm ERR!
  40. Apr 09 18:39:09 raspberrypi npm[12441]: npm ERR! Failed at the zigbee2mqtt@1.3.0 start script.
  41. Apr 09 18:39:09 raspberrypi npm[12441]: npm ERR! This is most likely a problem with the zigbee2mqtt package,
  42. Apr 09 18:39:09 raspberrypi npm[12441]: npm ERR! not with npm itself.
  43. Apr 09 18:39:09 raspberrypi npm[12441]: npm ERR! Tell the author that this fails on your system:
  44. Apr 09 18:39:09 raspberrypi npm[12441]: npm ERR! node index.js
  45. Apr 09 18:39:09 raspberrypi npm[12441]: npm ERR! You can get their info via:
  46. Apr 09 18:39:09 raspberrypi npm[12441]: npm ERR! npm owner ls zigbee2mqtt
  47. Apr 09 18:39:09 raspberrypi npm[12441]: npm ERR! There is likely additional logging output above.
  48. Apr 09 18:39:09 raspberrypi npm[12441]: npm ERR! System Linux 4.14.98-v7+
  49. Apr 09 18:39:09 raspberrypi npm[12441]: npm ERR! command "/usr/bin/node" "/usr/bin/npm" "start"
  50. Apr 09 18:39:09 raspberrypi npm[12441]: npm ERR! cwd /opt/zigbee2mqtt
  51. Apr 09 18:39:09 raspberrypi npm[12441]: npm ERR! node -v v8.11.1
  52. Apr 09 18:39:09 raspberrypi npm[12441]: npm ERR! npm -v 1.4.21
  53. Apr 09 18:39:09 raspberrypi npm[12441]: npm ERR! code ELIFECYCLE
  54. Apr 09 18:39:09 raspberrypi npm[12441]: npm WARN This failure might be due to the use of legacy binary "node"
  55. Apr 09 18:39:09 raspberrypi npm[12441]: npm WARN For further explanations, please read
  56. Apr 09 18:39:09 raspberrypi npm[12441]: /usr/share/doc/nodejs/README.Debian
  57. Apr 09 18:39:09 raspberrypi npm[12441]:
  58. Apr 09 18:39:09 raspberrypi systemd[1]: zigbee2mqtt.service: Main process exited, code=exited, status=1/FAILURE
  59. Apr 09 18:39:09 raspberrypi systemd[1]: zigbee2mqtt.service: Unit entered failed state.
  60. Apr 09 18:39:09 raspberrypi systemd[1]: zigbee2mqtt.service: Failed with result 'exit-code'.
  61. Apr 09 18:39:10 raspberrypi systemd[1]: zigbee2mqtt.service: Service hold-off time over, scheduling restart.
  62. Apr 09 18:39:10 raspberrypi systemd[1]: Stopped zigbee2mqtt.
  63. pi@raspberrypi:/opt/zigbee2mqtt $ npm --version
  64. 6.9.0
  65. pi@raspberrypi:/opt/zigbee2mqtt $ node --version
  66. v10.0.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement