Nodejs NVM (Windows)

Yasin DALKILIÇ
2 min readJan 29, 2023

--

Nvm for windows

Hello everyone, in this article I will be talking about nvm. What is nvm ?

Nvm is node version manager , sometimes we need different node versions in projects. Here is a tool used to meet this need.

Installation

First of all we need to download this setup. Download url here.

After downloading we complete the installation.

Open terminal and type nvm and you will see an image like below

Nvm list

if you type terminal nvm list , you will see installed versions of node on your machine

Nvm install

Now we need a different node version whatever project , we should install with nvm.For example I need a node version 14.0.0. I type to terminal

nvm install 14.0.0 , and you will see below like this

Nvm use

Finally , I write nvm use 14.0.0 to terminal, then we have node version 14.0.0 in our machine. And I can use this version another project.

☕ Buy me Coffee : https://buymeacoffee.com/yasindlklcc

My Youtube Channel.

Good work everyone.

--

--

Yasin DALKILIÇ
Yasin DALKILIÇ

Written by Yasin DALKILIÇ

Hi, My name is Yasin I am a Software Developer, I love so much researching and development 😊 Here is my youtube channel @webciyasin

No responses yet