nvm-sh / nvm

Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Creating a latest tag

samjwillis97 opened this issue · comments

Hey, I'm using nvm in a bash script to quickly setup my teams development environments and was wondering if a latest tag could be added that follows the latest release?

This would help ensure that the latest version is installed when the script is run.

Thanks 😃

Operating system and version:

nvm debug output:

nvm ls output:

How did you install nvm?

Install script in readme

What steps did you perform?

What happened?

What did you expect to happen?

Is there anything in any of your profile files that modifies the PATH?

No, this is intentional, because blindly updating through breaking changes is a very dangerous practice. The version should be changed manually.

See #400 for a feature where nvm can update itself.