Advertisement
Guest User

errore

a guest
Jul 21st, 2019
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. ./run.sh: line 18: /share/zigbee2mqtt/configuration.yaml: No such file or directory
  2. 2019-07-21T11:21:53: PM2 log: Launching in no daemon mode
  3. 2019-07-21T11:21:53: PM2 log: App [npm:0] starting in -fork mode-
  4. 2019-07-21T11:21:53: PM2 log: App [npm:0] online
  5. > zigbee2mqtt@1.5.1 start /zigbee2mqtt-1.5.1
  6. > node index.js
  7. fs.js:114
  8. throw err;
  9. ^
  10. Error: ENOENT: no such file or directory, open '/share/zigbee2mqtt/configuration.yaml'
  11. at Object.openSync (fs.js:443:3)
  12. at Object.readFileSync (fs.js:343:35)
  13. at Object.readYaml (/zigbee2mqtt-1.5.1/lib/util/fs.js:5:29)
  14. at read (/zigbee2mqtt-1.5.1/lib/util/settings.js:147:18)
  15. at getSettings (/zigbee2mqtt-1.5.1/lib/util/settings.js:111:21)
  16. at Object.get (/zigbee2mqtt-1.5.1/lib/util/settings.js:380:52)
  17. at Object.<anonymous> (/zigbee2mqtt-1.5.1/lib/util/logger.js:10:24)
  18. at Module._compile (internal/modules/cjs/loader.js:776:30)
  19. at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10)
  20. at Module.load (internal/modules/cjs/loader.js:653:32)
  21. npm
  22. ERR! code ELIFECYCLE
  23. npm ERR!
  24. errno 1
  25. npm
  26. ERR! zigbee2mqtt@1.5.1 start: `node index.js`
  27. npm ERR! Exit status 1
  28. npm
  29. ERR!
  30. npm ERR! Failed at the zigbee2mqtt@1.5.1 start script.
  31. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement