-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Deno installation failing via cargo-binstall #1638
Comments
Thanks, I would investigate this |
I've got the same problem since i added a bin target to my project |
Since binstall will fall back to using quickinstall source, the Deno binary can be installed now. |
I still get:
Although it then proceeds to compile successfully (deno version 2.0.4). |
Thanks for update! So the other binary is stored separately , this would require some change in the resolver. I'm happy to add support for this, but it would take some time to work on this. |
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?
See also this deno issue, they say to file here instead.
The text was updated successfully, but these errors were encountered: