Raspberry Pi: 0.18.7: Maintenance Release update für NodeRED vor ein paar Wochen erschienen, jetzt aber mal updaten …

Erstellt am 26. Juni 2018 von It_berater

NodeRED: „A visual tool for wiring the Internet of Things.“ Eine neue NodeRED Version 0.18.7 ist veröffentlicht worden. Was ist neu? Siehe hier. Sei Mutig! Update auf die neue Version.

Also zum updaten ein:

cd .node-red
update-nodejs-and-nodered

auf der Konsole eingeben und nach 13 Minuten, ist die neue Version installiert:

Running Node-RED update for user pi at /home/pi

This can take 20-30 minutes on the slower Pi versions - please wait.

  Stop Node-RED                       ✔
  Remove old version of Node-RED      ✔
  Remove old version of Node.js       -
  Update Node.js LTS                  ✔   Node v9.5.0   Npm 5.6.0
  Clean npm cache                     ✔
  Install Node-RED core               ✔   0.18.7
  Move global nodes to local          -
  Install extra Pi nodes              -
  Npm rebuild existing nodes          ✔
  Add menu shortcut                   ✔
  Update systemd script               ✔
grep: /home/pi/.config/lxpanel/LXDE-pi/panels/panel: No such file or directory
  Update update script                ✔
Any errors will be logged to   /var/log/nodered-install.log


All done.
  You can now start Node-RED with the command  node-red-start
  or using the icon under   Menu / Programming / Node-RED
  Then point your browser to localhost:1880 or http://{your_pi_ip-address}:1880

Started  Mon 25 Jun 21:19:56 CEST 2018  -  Finished  Mon 25 Jun 21:32:32 CEST 2018

Nun noch eine node-red-start damit es wieder läuft.

Started Node-RED graphical event wiring tool.
25 Jun 21:33:39 - [info]
Welcome to Node-RED
===================
25 Jun 21:33:39 - [info] Node-RED version: v0.18.7
25 Jun 21:33:39 - [info] Node.js  version: v9.5.0
25 Jun 21:33:39 - [info] Linux 4.9.59+ arm LE
25 Jun 21:33:46 - [info] Loading palette nodes

Die neue Version kann auch im Menü ganz unten überprüft werden.

Ähnliche Artikel:

  1. Raspberry Pi: 0.18.4: Maintenance Release update für NodeRED
  2. Raspberry Pi: 0.18.5: Maintenance Release update für NodeRED mit Flow zum Abfragen des Sonnen.- bzw. Mond.- auf und untergang
  3. 0.18.3: Maintenance Release von NodeRED veröffentlicht