Node-RED
Using the Node-RED server on a Windows computer is easy and reliable. Node-RED is a modern low-code programming platform to implement IoT and build a bridge between hardware and software.
![]() |
update/upgrade Node-RED on Windows |
Install Node-RED on Windows
The following resource guides you on how to install Node-RED in windows.
Update/upgrade Node-RED on Windows
The following npm command will update Node-RED on windows. Go to cmd (command prompt) and past the following command:
npm install -g --unsafe-perm node-red
After executing the command in the windows command line, the following console will be shown up.