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 --node 5 to get latest 5.x release #121

Open
algesten opened this issue Dec 8, 2015 · 1 comment
Open

allow --node 5 to get latest 5.x release #121

algesten opened this issue Dec 8, 2015 · 1 comment

Comments

@algesten
Copy link

algesten commented Dec 8, 2015

This is a feature request.

For nvm it's enough to specify node version as 5 which today will be translated to 5.1.1.

Would be nice of the --node option for nar could do the same.

@h2non
Copy link
Owner

h2non commented Dec 8, 2015

You can use: --node latest to fetch the latest stable version of node.js. I don't have plans to support your proposal, but I'm open to PR. To support what you're looking for, you can simply process this file and resolve the proper version based on semver comparison functions.

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