Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

nvm alias command not working on Windows 10

Tags:

nvm

As the title says, I'm on Windows 10 and I'm using the latest 1.1.9 nvm version.

I keep two node versions, one for work and one for my personal use.

I want to set aliases for them but the command doesn't work.

When I type

nvm alias work 10.16.0 (I have the version installed)

I get listed the running version of nvm and the usage guide.

Then when I try

nvm use work 

it says that "work" isn't a recognised version.

like image 593
V.Rusanov Avatar asked Apr 12 '26 15:04

V.Rusanov


1 Answers

According to the GitHub Repository Issues, this version of nvm doesn't have a feature for Aliases.

like image 105
ashutosh887 Avatar answered Apr 20 '26 15:04

ashutosh887