Which is the best way Install Node-RED on windows
Am trying to install Node-REDon windows 10 not installing
Have tried this
Have tried this
npm install -g --unsafe-perm node-red
No any search results
You already invited:
1 Answers
Tony
Upvotes from:
It is recommended to use PowerShell on all newer versions of Windows as this gives you access to commands and folder names that are closer to those of Linux/Mac.
1. Install Node.js
Download the latest 8.x LTS version of Node.js from the official Node.js home page. It will offer you the best version for your system.
Once installed, open a command prompt and run the following command to ensure Node.js and npm are installed correctly.
Using Powershell: Using cmd: 2. Install Node-RED
3. run it on windows
Another alternative method is on the official docs:
https://nodered.org/docs/platforms/windows