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
Using cargo binstall to get deno now results in the following error:
ERROR resolve: When resolving deno bin denort is not found. This binary is not optional so it must be included in the archive, please contact with upstream to fix this issue.
Prior to 1.40.5, it seemed to work fine. Is this method no longer supported?
The text was updated successfully, but these errors were encountered:
cargo-binstall is likely not able to detect that denort is distributed as a seperate zip artifact in the releases. We don't want to ship it by default.
Please open an issue with https://github.com/cargo-bins/cargo-binstall, I don't think Deno can solve it without shipping denort in the same artifact or adding extra feature flags.
Using
cargo binstall
to getdeno
now results in the following error:Prior to 1.40.5, it seemed to work fine. Is this method no longer supported?
The text was updated successfully, but these errors were encountered: