Verify Node.js is installed
Before installing Node-RED, confirm Node.js is already on your machine. This command prints the version number. If you see a number like v18.x.x or v20.x.x, you are good to go. If you get an error, visit nodejs.org, download the LTS installer, run it, then come back here.
Command not found or version is below v14
Download and install the LTS release from https://nodejs.org then open a fresh terminal window and try again.
