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.
Top comments (7)
Don't forget to add for which operation system this tutorial is for. Also, in this post you can add tags like #windows, #begginer and #nodejs.
Thank you so much❤️
Always ready to help and make great posts find the right public.
Trying
How can i reach more to the audience?
Adding tags is the best way. Also, try to interact with other related posts and share it on LinkedIn or similar.
Thanks