Allow specifying version to install
Closed this issue · 1 comments
dontlaugh commented
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.