coreybutler / nvm-windows

A node.js version management utility for Windows. Ironically written in Go.
MIT License
37.07k stars 3.3k forks source link

`nvm i` doesn't work #524

Open JimLynchCodes opened 4 years ago

JimLynchCodes commented 4 years ago

nvm:

Running version 1.1.7.

Usage:
.....

nvm i v12:

Running version 1.1.7.

Usage:
......

Nothing happens... 🤔

coreybutler commented 4 years ago

That's because it's not an alias (nor is it documented as such). Remember, this is not the same as nvm for *nix.

That said, if folks want aliases like this, it's not tough to add them. I'll mark this as an enhancement request.

JimLynchCodes commented 4 years ago

Thanks, I would like this alias, and seems like there is no reason to not have it. 👍

WORMSS commented 2 years ago

if aliases are becoming a thing.. "rm" for "uninstall" would be nice please.