Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install Node 14 version on windows

I want to install Node.js version 14 on Windows but it is not installing instead it is showing below screen.

enter image description here

But when I try to install Node.js v17, it is opening installation wizard by which I can install Node.js but this is not happening for Node.js 14. How can I install Node.js v14? I downloaded the exe from https://nodejs.org/en/blog/release/v14.17.3/

like image 825
ezhil Avatar asked Jan 01 '26 06:01

ezhil


2 Answers

It is easier to use nvm for node installation. It allows you to quickly install and use different versions of node via the command line

It is available on Linux/Mac and Windows

You can find the setup file in the releases section and install it

To install node v14 you just need to execute 2 comands

nvm install 14
nvm use 14
like image 98
David Avatar answered Jan 02 '26 19:01

David


If you've downloaded the exe, there's no installation needed - you already have the executable, and as you can see, it's operational - when you run it, you get Node.js' REPL.

If you want to "properly" install Node.js you could download and run the MSI from the link instead of the exe.

like image 20
Mureinik Avatar answered Jan 02 '26 18:01

Mureinik



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!