You are on page 1of 1

*********Installing Node red on Windows Platform********************

Install Nodejs from the following download link https://nodejs.org/en/download/

*********After installation run the below code in cmd to check for succesfull
installation*********
node -v
npm -v
///////////if installation is succesful you will get an output similar to
this/////////////
v12.16.1
6.13.4

*********************Install Node Red ********************


Run the following code from CMD Administrator mode
npm install -g --unsafe-perm node-red
npm install --global --production windows-build-tools
npm install --global --production --add-python-to-path windows-build-tools

*****************Staring Node red***********************


/////////////Once the above codes are exceuted succesfully you can run the Node red
from CMD///////////
C:\Windows\system32>node-red

/////now you can access the flow from any web browser at port 1880 ( preferably
Google Chrome or Microsoft Edge)////
127.0.0.1:1880

***************Running Node red as a Service*******************


/////// Install PM2///////
Try out yourself

You might also like