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

Allow specification of only the major or minor release number. #172

Closed
7 tasks done
jamestalmage opened this issue May 26, 2016 · 3 comments
Closed
7 tasks done

Allow specification of only the major or minor release number. #172

jamestalmage opened this issue May 26, 2016 · 3 comments

Comments

@jamestalmage
Copy link

My Environment

  • Windows 7 or below (not truly supported due to EOL)
  • Windows Server 2012 R2

I have already...

  • read the README to be aware of npm gotchas & antivirus issues.
  • reviewed the wiki to make sure my issue hasn't already been resolved.
  • verified I'm using an account with administrative privileges.
  • searched the issues (open and closed) to make sure this isn't a duplicate.
  • made sure this isn't a question about how to use NVM for Windows, since gitter is used for questions and comments.

Description:

Currently, you are required to specify the full version of the Node release you want. This makes it impractical for CI server environments, where we just want to run the latest versions of the Node releases we support:

# Only major version is specified. Install latest version that matches 5.x.x
nvm install 5
# Major and minor version specified. Install latest version that matches 0.12.x
nvm install 0.12
@coreybutler
Copy link
Owner

Duplicate of #156.

@jamestalmage
Copy link
Author

Argh! I searched for it. Sorry.

@coreybutler
Copy link
Owner

@jamestalmage No worries!

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

No branches or pull requests

2 participants