Nach Update von Raspberry und FHEM funktioniert die Homebridge nicht mehr

Begonnen von Nathaniel143, 01 Oktober 2017, 19:37:08

Vorheriges Thema - Nächstes Thema

Nathaniel143

Dankeschön für die schnelle Antwort :-) .Das mit dem Backup hat funktioniert ,bin mir jetzt aber noch etwas unsicher ob er später auch noch meine Hardware erkennt ?

Amenophis86

Wenn du sie bei id eingebunden hast, dann ja.

Ansonsten siehst du im Log ja die Fehler und kannst entsprechend reagieren. Kommt halt immer bei einem Wechsel dazu, dass es leichte Probleme geben kann.
Aktuell dabei unser neues Haus mit KNX am einrichten. Im nächsten Schritt dann KNX mit FHEM verbinden. Allein zwei Dinge sind dabei selten: Zeit und Geld...

Nathaniel143

So ,ich habe soweit alles wieder hinbekommen aber irgendwie lässt sich die Homebridge nicht installieren .

Nodejs v 6.12.2 ist Installiert aber bei dem Befehl :
sudo npm install -g --unsafe-perm homebridge

schreibt er das :
ERROR: npm is known not to run on Node.js v4.5.0
Node.js 4 is supported but the specific version you're running has
a bug known to break npm. Please update to at least 4.7.0 to use this
version of npm. You can find the latest release of Node.js at https://nodejs.org/

Hat da jemand ne Idee ?

Amenophis86

Aktuell dabei unser neues Haus mit KNX am einrichten. Im nächsten Schritt dann KNX mit FHEM verbinden. Allein zwei Dinge sind dabei selten: Zeit und Geld...

Nathaniel143

Momentaner Zustand :
pi@raspberrypi ~ $ node -v
v4.5.0
pi@raspberrypi ~ $ nodejs -v
-bash: nodejs: command not found
pi@raspberrypi ~ $ npm -v
ERROR: npm is known not to run on Node.js v4.5.0
Node.js 4 is supported but the specific version you're running has
a bug known to break npm. Please update to at least 4.7.0 to use this
version of npm. You can find the latest release of Node.js at https://nodejs.org/


Als nächstes :
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -

dann :
sudo apt-get install -y nodejs build-essential

Danach sieht es so aus :
pi@raspberrypi ~ $ node -v
v4.5.0
pi@raspberrypi ~ $ nodejs -v
v8.9.3
pi@raspberrypi ~ $ npm -v
ERROR: npm is known not to run on Node.js v4.5.0
Node.js 4 is supported but the specific version you're running has
a bug known to break npm. Please update to at least 4.7.0 to use this
version of npm. You can find the latest release of Node.js at https://nodejs.org/


Mach ich da irgendwas falsch ?