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
The newest release (23.0.0 yesterday) uses graal- instead of vm-, so downloading the latest release breaks with a 404.
graal-
vm-
The text was updated successfully, but these errors were encountered:
Workaround is to tag the version, but recent releases fail to run on my system. Had to go all the way back to v21 to get a running version.
$ jsvu graaljs@21.3.3.1
But even that fails with an unsupported CLI option.
Error: Error loading file --js.test262-mode=true. --js.test262-mode=true
Would love to be able to install Graal.
Sorry, something went wrong.
No branches or pull requests
The newest release (23.0.0 yesterday) uses
graal-
instead ofvm-
, so downloading the latest release breaks with a 404.The text was updated successfully, but these errors were encountered: