We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now, haxelib install ignores unstable releases (alpha, beta, rc) when running:
haxelib install
haxelib install library
The only way to install a pre-release version is to manually check for it and install it specifically:
haxelib install library 5.0.0-alpha.2
We could add an --unstable flag to allow installation of the latest unstable release via
--unstable
haxelib install library --unstable
We could add it to haxelib update as well, but maybe only when updating a specific library, rather than when doing a full update of all libraries?
haxelib update
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now,
haxelib install
ignores unstable releases (alpha, beta, rc) when running:The only way to install a pre-release version is to manually check for it and install it specifically:
We could add an
--unstable
flag to allow installation of the latest unstable release viaWe could add it to
haxelib update
as well, but maybe only when updating a specific library, rather than when doing a full update of all libraries?The text was updated successfully, but these errors were encountered: