Choose 32 or 64 bit based on your computer architecture. Go ahead and go to the current release tab download the file.ĭownload both the files. Normally for local development work I would choose the current release. Its good for local installation and for testing out the new feature. You should choose this if you are deploying your application to the production environment.Ĭurrent release is the future LTS release which is still under development can have bugs and not recommend for production deployment. LTS stands for long term support and the most stable release. LTS vs Current release – which one you should choose? There are various options available for file download. NodeJS official download web page screenshot Which file to download? Currently, home page has the download link. This is the starting point and the official website. Starting point is visiting NodeJS official website. So lets take the first step by installing NodeJS on your computer. You install node and you will get NPM by default. NPM, node package manager will be installed by default and a part of node installation process. You have two ways to install Node.js on your computer. If you know JavaScript, you can become a full stack developer easily by upgrading your skill by learning NodeJS. Good thing about NodeJS is that it is based on JavaScript.
To its core it is JavaScript programming language with added features that makes it possible to executes scripts on a server. NodeJS is a enhanced version of JavaScript in which new capabilities were added to the language so that it can run on a server. As you know, JavaScript runs and restricted to a web browser. Node.JS is a popular server side scripting language which is based on JavaScript V8 Engine.
HOW TO INSTALL NODEJS WINDOWS 10 HOW TO
In this blog post, I will show you how to install NodeJS 13.8.0 and Node Package Manager (NPM) in Windows 10.