Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single URL for installing latest version of NVM #627

Closed
therebelrobot opened this issue Jan 22, 2015 · 3 comments
Closed

Single URL for installing latest version of NVM #627

therebelrobot opened this issue Jan 22, 2015 · 3 comments

Comments

@therebelrobot
Copy link

In your docs, you have the following url for installing nvm:

 https://raw.githubusercontent.com/creationix/nvm/v0.23.0/install.sh

This url, if put in a build script or a tutorial will be come deprecated with future releases, as has the previous ones I've used. Would it be possible to set up a single url to link to the most recent stable release like this:

 https://raw.githubusercontent.com/creationix/nvm/latest-stable/install.sh

Just a thought, I love your tool, and use it as the basic install for any newbie I teach about node, I just want to make sure they have the latest, even if you just released it a few hours ago.

@ljharb
Copy link
Member

ljharb commented Jan 22, 2015

That's up to github, not up to me. Long term, #400 will solve this, and the proper way to install nvm will be to install "any version that has updating", and then nvm update - at that point it won't matter what the URL is.

Relates to #599, #561, #522.

@ljharb ljharb closed this as completed Jan 22, 2015
@jcnventura

This comment was marked as outdated.

@ljharb

This comment was marked as resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants