Updating Node-RED, npm, and Node.js
Introduction If you're reading this, then there is a good chance you use Node-RED for creating dashboards for your internet of things (IoT) devices. Node-RED is a great solution for controlling various IoT devices as well as for displaying the current status of these devices. As an example, here is a screenshot of one of my Node-RED dashboards: Node-RED Dashboard Like any other software package that you make use of, new versions of Node-RED get released every so often with various bug fixes and feature improvements. This post will show how to update your Node-RED instance as well as npm…