Installing Node Lts with Nvm on Windows

I've installed nvm on windows (from here), but running nvm install lts prints:

lts.0.0  
Node.js vlts.0.0 is only available in 32-bit.

How do I install node lts on windows?

3 Answers

To install and use the latest LTS release of Node.js:

nvm install --lts
nvm use --lts

To install and use a specific LTS release of Node.js:

nvm install lts/erbium
nvm use lts/erbium
2

Following this github comment, just run nvm list available and then nvm install x.y.z

Don't forget to nvm use x.y.z after you're done. I used this manual - in case it helps.

0
nvm install --lts.14.15.4

Downloading node.js version 14.15.4 (64-bit)... Complete

Your Answer

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

Sophia Al-Mansoor

Sophia Al-Mansoor

Global Business & E-Commerce Reporter

Sophia analyzes international trade, startup ecosystems, retail transformation, and supply chain logistics for modern digital publications.

Share this article
Twitter Facebook Pinterest