ok, homebridge beendet, Dateien kopiert -> Homebridge ließ sich nicht mehr starten.
Dann habe ich
sudo npm -g update npm@latest;
und
sudo npm -g install homebridge --unsafe-perm
gemacht.
Jetzt kommt folgender Fehler beim Aufruf von homebridge:
pi@raspberrypi:~ $ homebridge
/usr/local/lib/node_modules/homebridge/node_modules/mdns/lib/dns_sd.js:35
throw ex;
^
Error: The module '/usr/local/lib/node_modules/homebridge/node_modules/mdns/build/Release/dns_sd_bindings.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 48. This version of Node.js requires
NODE_MODULE_VERSION 57. Please try re-compiling or re-installing
the module (for instance, using `npm rebuild` or `npm install`).
at Object.Module._extensions..node (module.js:672:18)
at Module.load (module.js:556:32)
at tryModuleLoad (module.js:499:12)
at Function.Module._load (module.js:491:3)
at Module.require (module.js:587:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/mdns/lib/dns_sd.js:24:20)
at Module._compile (module.js:643:30)
at Object.Module._extensions..js (module.js:654:10)
at Module.load (module.js:556:32)
sudo npm rebuild habe ich auch noch probiert, wie angegeben!??.
Ich fürchte, ich habe mir mein "running system" jetzt zerschossen.
Ist noch was zu retten oder muss ich von vorne anfangen?
Ist schon ein blödes Gefühl, wenn man immer nur stur Anleitungen befolgt, ohne zu verstehen, was man da eigentlich tut....