
- #How to install node js windows how to
- #How to install node js windows upgrade
- #How to install node js windows software
My favourite Node.js version manager is n by TJ Holowaychuk. Since installing Node.js using a version manager seems to be the favourite option (and it's also my personal favourite!) let's start with it. If you are still wondering which release should you use, going with the Active LTS is almost always the best choice, especially if you are building production applications. At the time of writing (December 2020), this how the timeline looks like:

Node.js publishes an official timeline of current and future releases. This is generally a release dedicated to people maintaining Node.js or developers who want to explore new experimental features that haven't been yet included in any of the major releases. The most recent LTS is also called Active LTS, while previous LTS versions (still under the 30 months support timeframe) are called Maintenance LTS.įinally, the release coming from the current master branch is considered Unstable. This makes LTS releases particularly suitable for production deployments.

The second place (actually very tight with the third one) is the official installer, followed by a system package manager and, last one, installing Node.js from source.
#How to install node js windows software
It seems quite obvious that people in my network, mostly fellow software engineers, prefer to use version managers such as nvm or n. In this poll I asked how you prefer to install Node.js and provided 4 options: For this reason, I run a poll on Twitter. Use the official Node.js installer if you don't fall in any of the previous options.īefore writing this article, I was actually curious to find out what are the options that most folks in my network prefer.

#How to install node js windows upgrade
#How to install node js windows how to
We will see how to install Node.js using the official installer for various platforms, how to use a Node.js version manager such as n or nvm and, finally, we will also see how to compile and install Node.js from source. In this article, we will explore some of the most common ways to install Node.js in your development system. Published by Luciano Mammino on Thu, 18:30:00 GMT
