Advertisement
mIFIC78

Untitled

Mar 19th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. choupi@Linux:/opt/zigbee2mqtt$ sudo npm start
  2.  
  3. > zigbee2mqtt@1.2.1 start /opt/zigbee2mqtt
  4. > node index.js
  5.  
  6. Zigbee2mqtt requires node version 10, you are running v11.11.0!
  7.  
  8. zigbee2mqtt:info 2019-3-19 18:58:24 Logging to directory: '/opt/zigbee2mqtt/data/log/2019-03-19.18-58-24'
  9. zigbee2mqtt:debug 2019-3-19 18:58:24 Using zigbee-shepherd with settings: '{"net":{"panId":6754,"extPanId":[221,221,221,221,221,221,221,221],"channelList":[11],"precfgkey":"HIDDEN"},"dbPath":"/opt/zigbee2mqtt/data/database.db","sp":{"baudRate":115200,"rtscts":true}}'
  10. zigbee2mqtt:debug 2019-3-19 18:58:25 Loaded state from file /opt/zigbee2mqtt/data/state.json
  11. zigbee2mqtt:debug 2019-3-19 18:58:25 Saving state to file /opt/zigbee2mqtt/data/state.json
  12. zigbee2mqtt:info 2019-3-19 18:58:25 Starting zigbee2mqtt version 1.2.1 (commit #ad835e0)
  13. zigbee2mqtt:info 2019-3-19 18:58:25 Starting zigbee-shepherd
  14. Segmentation fault (core dumped)
  15. npm ERR! code ELIFECYCLE
  16. npm ERR! errno 139
  17. npm ERR! zigbee2mqtt@1.2.1 start: `node index.js`
  18. npm ERR! Exit status 139
  19. npm ERR!
  20. npm ERR! Failed at the zigbee2mqtt@1.2.1 start script.
  21. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  22.  
  23. npm ERR! A complete log of this run can be found in:
  24. npm ERR! /home/choupi/.npm/_logs/2019-03-19T17_58_25_162Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement