Glaube 8.9.4 ist gerade heute rausgekommen und das ist die LTS node version und hat die npm 5.6.0. Ich habe die node 9.3.0 installiert und diese enthält die npm 5.5.1. Ist also die Aktuellste.
pi@raspberrypi:~ $ npm -v
5.5.1
pi@raspberrypi:~ $ node -v
v9.3.0
pi@raspberrypi:~ $ sudo tail -f /var/log/syslog
Jan 3 10:17:01 raspberrypi CRON[2160]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 3 11:17:01 raspberrypi CRON[2185]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 3 12:17:01 raspberrypi CRON[2211]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 3 13:17:01 raspberrypi CRON[2237]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 3 14:17:01 raspberrypi CRON[2264]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 3 15:17:01 raspberrypi CRON[2290]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 3 16:17:01 raspberrypi CRON[2316]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 3 17:17:01 raspberrypi CRON[2341]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 3 18:17:01 raspberrypi CRON[2367]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 3 19:17:01 raspberrypi CRON[2393]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
pi@raspberrypi:~ $ sudo tail -f /var/log/homebridge.log
tail: '/var/log/homebridge.log' kann nicht zum Lesen geöffnet werden: Datei oder Verzeichnis nicht gefunden
tail: Keine Dateien mehr übrig
Hast Du noch einen Tip für mich ?