How to upgrade node js to a specific version in windows 10

I want to upgrade node js to v10.15. How can I do it with or without command prompt in Windows-10.

2 Answers

I want to upgrade node js to v10.15

Go to Previous Releases | Node.js. There you will see download options for all previous versions, including 10.15:

enter image description here

Click on "Downloads":

enter image description here

You probably want to download either node-v10.15.0-x64.msi or node-v10.15.0-x86.msi depending on whether you have a 32 or 64 bit version of Windows 10.

Run the msi installer to install version 10.15.

2

You should have a look at NVM for Windows. It should allow you to install any node version

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like