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

Support version tags as well as semver in volta install #491

Closed
fortes opened this issue Jun 27, 2019 · 2 comments · Fixed by #604
Closed

Support version tags as well as semver in volta install #491

fortes opened this issue Jun 27, 2019 · 2 comments · Fixed by #604

Comments

@fortes
Copy link

fortes commented Jun 27, 2019

Hi, thanks for making Volta! I've hit a minor issue, I'm trying to use volta to install reason-cli tools globally. But in order to do so, I have to install a specific version for my platform (latest-linux in this case). This seems to run afoul of volta's version parsing:

error: Could not parse version "latest-linux"

Thanks!

@charlespierce
Copy link
Contributor

charlespierce commented Jun 27, 2019

Hi @fortes, thanks for reporting this! We don't currently support using tags for declaring the version when running volta install, though we have some work in progress to make it easier to resolve versions like that.

In the interim, you should still be able to use the actual version to install it, looking at the "Versions" tag here, it looks like latest-linux (currently) corresponds to version 3.3.3-linux-1, so running volta install reason-cli@3.3.3-linux-1 should work correctly.

@charlespierce charlespierce changed the title Can't install reason-cli@latest-linux Support version tags as well as semver in volta install Jun 27, 2019
@aknuds1
Copy link

aknuds1 commented Sep 3, 2019

I've run into the same issue as I try to install 'prisma@alpha'.

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

Successfully merging a pull request may close this issue.

4 participants