What is the best way to install NodeJS on Windows?
Unanswered
Brown bear posted this in #help-forum
Brown bearOP
Hello! I want to ask about installing node js on windows, precisely about how do I install it, I have two main options: either download from the official website and run the installer, or use Node version manager. What do you suggest?
73 Replies
Transvaal lion
The official installer is sufficient in most cases
@Transvaal lion The official installer is sufficient in most cases
Brown bearOP
I don't know whether it's proper or not
Is it hard to uninstall?
If everything is good, why do someone use a version manager?
Transvaal lion
You can uninstall it like any other program on Windows.
You would use NVM (Node Version Manager) if you need to frequently change Node versions. That might be the case if you contribute to open source projects which might only work with certain Node versions
You would use NVM (Node Version Manager) if you need to frequently change Node versions. That might be the case if you contribute to open source projects which might only work with certain Node versions
Brown bearOP
Ok, so I can use an official installer? How long the current LTS will last?
Transvaal lion
See this chart:
https://nodejs.org/en/about/previous-releases
https://nodejs.org/en/about/previous-releases
@Transvaal lion See this chart:
https://nodejs.org/en/about/previous-releases
Brown bearOP
Just a question: will Node work the same on all browsers?
Transvaal lion
Not sure if I understand the question. Node is for running Javascript on servers
@Transvaal lion Not sure if I understand the question. Node is for running Javascript on servers
Brown bearOP
I'm installing it for react
Need to use it with Next and maybe some native
American Chinchilla
I recommend using NVm
Instead of installing node directly
@Brown bear Need to use it with Next and maybe some native
Transvaal lion
Don't worry about that. Next/React will work fine in most environments
@American Chinchilla I recommend using NVm
Brown bearOP
And again, that's the problem. FluX recommends direct installation, you recommend a version manager, so I don't know what to choose
@Brown bear And again, that's the problem. FluX recommends direct installation, you recommend a version manager, so I don't know what to choose
American Chinchilla
I havent used flux personally
But nvm is just a node package manager
And it works fine
It still is node
@American Chinchilla I havent used flux personally
Brown bearOP
I'm talking about FluX, it's the guy who responded first
American Chinchilla
Oh okay oops
Yeah use NVM
It will save headaches and make installation easier for the future
It compatible with windows
And any OS really
Transvaal lion
In my opinion a beginner doesn't need NVM. It may add too much complexity. One can always switch later on if needed
American Chinchilla
Not really
@American Chinchilla Yeah use NVM
Brown bearOP
So I'll need to uninstall Node AND Version manager, two programs instead of one?
American Chinchilla
It just 1 line of command
Compared to installing node directly
You have to be aware of PATH
Issues
And much safer imo
@American Chinchilla Issues
Brown bearOP
Direct installation have issues?
American Chinchilla
Yes when you need to upgrade node versions
Depending on your OS
For mac its a nightmare
Transvaal lion
Haven't had any troubles on Windows
American Chinchilla
Yeah maybe just for mac but nvm is much more beginner friendly imo when you need to switch node versions
Brown bearOP
I don't know whether it will be harder uninstalling it with a version manager
Also what if I'll need to uninstall the manager itself
American Chinchilla
There are tutorials out there and the docs shows the steps
It easy to uninstall but its your choice
I recommend just checking it out on a youtube video etc
And see for your self
Nvm vs direct installation
Quick google search should show
@American Chinchilla Yeah maybe just for mac but nvm is much more beginner friendly imo when you need to switch node versions
Transvaal lion
IF you need to switch versions. I don't think OP will need to - for now
@American Chinchilla I recommend just checking it out on a youtube video etc
Brown bearOP
Videos install directly, but Microsoft recommends a version manager for some reason
(Have done some research already)
American Chinchilla
Yeah its up to you but if you just check out a video on installing nvm its more or less the same as installing node directly
Especially with next.js node versions change
Brown bearOP
If that's the case, why do we have official installer?
Transvaal lion
Well, because it's the official way of installing Node. NVM is made by other people as a quality-of-life tool
Brown bearOP
I don't know whether I can just uninstall it and then install new version
If I'll need to change it
American Chinchilla
With nvm yes
With installing node directly im not sure for windows
For mac you get problems due to conflicts and path issues
Transvaal lion
With NVM it's just a command. With the installer you'll have to go into your Windows program list and uninstall from there like any other software (then re-download a new installer)
American Chinchilla
yea ^
But yeah its your choice just that you are going to eventually want to use NVM if you plan on using next or react as now the node versions required is 20 and above for react 19
Original message was deleted
Brown bearOP
I'm not new to command line, I just wonder whether NVM is an official and well-known software that can be trusted
Original message was deleted
Brown bearOP
What is fnm?
I am talking about nvm-windows
Original message was deleted
Brown bearOP
It says "NVM for Windows", not fnm
Why have you deleted your messages...
@Brown bear I'm not new to command line, I just wonder whether NVM is an official and well-known software that can be trusted
American Chinchilla
I mean its open source but it is used by many developers
Its also the go to for node installation
Used by freecodecamp too in their tutorial
Its basically like react
React is open source too
Can it be trusted? Well its used by many but its open source so yeah anything can happen too.