Go to node website https://nodejs.org/en/
In my pc node was installed before which is 10.16.3 but you can install 12.13.1 (LTS Recommended For Most Users) because LTS means Long Term Support
Download and install
Now open command promt and write node -v then you’ll see what version use are using of node.
create a folder and name it whatever you want
create a file and name it whatever you want with .js extention
Write the simple code in there
Open command promt on this folder and write command node YOURFILENAME
like node app.js
And magic!!! see the result!
So can you install the node right now ?
Originally it published on nerdjfpbblog and graphical version on instagram. you can connect with me in twitter or linkedin !
Top comments (1)
I have built a cmdlet that will install a Windows Service and run the NodeJS script you choose. Let me know what you think...
github.com/iOnline247/Install-Node...