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 specifying version to install #5

Closed
dontlaugh opened this issue Jan 2, 2020 · 1 comment
Closed

Allow specifying version to install #5

dontlaugh opened this issue Jan 2, 2020 · 1 comment

Comments

@dontlaugh
Copy link
Owner

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.

@dontlaugh
Copy link
Owner Author

Added in #6

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

No branches or pull requests

1 participant