cover

Getting Started #

Now we want to get started with the Node.js, we need to install a software before writing our first javascript program out of the browser.

Installing #

Installing is quite simple if you are Windows and Linux because you can do that using GUI. If you are using Linux then you must be familiar CLI and in using CLI it’s more simple.

Visit Node.js official website https://nodejs.org/ and download the software.

Installed the software with default settlings, I am telling you this because it will show you lots of options while installing. Don’t touch any of the options.

You will find two version when open the Node.js website.

  • LTS
  • Current

You have to install LTS because it’s stable and tested more longer than Current Versions.

comments powered by Disqus