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
Since we bundle scripts locally, then upload and execute them remotedly (#4), there is a chance that a version mismatch can cause execution to fail.
The deno installer script allows specifying a version
curl -fsSL https://deno.land/x/install/install.sh | sh -s v0.27.0
We add a config parameter that allows specifyng this during installation.
We might also consider parsing the output of deno --version locally, and automatically trying to match it up.
deno --version
The text was updated successfully, but these errors were encountered:
Added in #6
Sorry, something went wrong.
No branches or pull requests
Since we bundle scripts locally, then upload and execute them remotedly (#4), there is a chance that a version mismatch can cause execution to fail.
The deno installer script allows specifying a version
We add a config parameter that allows specifyng this during installation.
We might also consider parsing the output of
deno --version
locally, and automatically trying to match it up.The text was updated successfully, but these errors were encountered: