Easiest way to install NodeJS
Md. Abdul Wahab
Posted on June 15, 2024
N:B: This installation process is for Windows Operating System.
First thing first we're going to download "NodeJS" from this link
After downloading the app just follow those step:
Step-1: Click on the downloaded app:
Step-2: Here click on the next:
Step-3: Here be alert and check that the agreement point as ticked and agree this click on next:
Step-4: Keep the directory as default and click on next:
Step-6: Select this block which tell that if you select this then it will automatically install all the necessary files and then click on next:
Step-8: Here click on finish:
Now your command prompt will appear and you have to click on any of the key of your keyboard except "Enter" :
After clicking it will take few minuets to install all the necessary files while this will show up:
After this installation to check if the "NodeJS" is installed successfully open command prompt and write this code:
node --version
It will show the version of NodeJS you have installed.
like:
v20.2.0
Now one step to go for finish your NodeJS installation. Write this code as follow:
npm install npm --global
And yayyy you are ready to go and create your own ReactJS **or **NodeJS App.
Posted on June 15, 2024
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.