Firstly open up a secure shell into your Pi or open up a console session if you are working directly from the Pi.
We then need to get ourselves a working copy of Node.js. Node.js is a an event driven server side javascript environment. It is essentially the foundation that Node-Red will run on.
For the Pi it has been a pain in the past to get Node.js running but luckily there have been some tweaks made by the clever people out there that make our lives easier.
So go ahead and run the following commands in your terminal window, which will ensure our Pi is up to date and ready to go.
sudo apt-get update sudo apt-get upgrade
sudo wget http://node-arm.herokuapp.com/node_latest_armhf.deb
sudo dpkg -i node_latest_armhf.deb
node -v
Text editor powered by tinymce.