Unable to download rc version on mac
I'm on MacOS 11.7.10 (Big Sur). While trying to download the 2.0 rc version with
deno upgrade rc
. But soon after I get the error message dyld: malformed mach-o image: dyld chained fixups info underruns __LINKEDIT
/ error: Failed to validate Deno executable. This may be because your OS is unsupported or the executable is corrupted
. Is this because my mac isn't supported? If so, will mac be supported? Or am I doing something wrong?16 Replies
How did you originally install deno?
using
curl -fsSL https://deno.land/install.sh | sh
It installed the newest stable version, can't recall what it was exactly (1.4.xx something)
that worked brilliantly btw, no errors or warningI'm not sure then. The only different between you and me is that I'm on a later OS version
@tetie did you first install 1.4 version and then just
deno upgrade rc
i have latest version of OS as well, it works fine by meHere's what I did:
1)
curl -fsSL https://deno.land/install.sh | sh
(installed deno, made a shortcut to use deno
as prefix in shell)
2) deno upgrade
(to make sure I got the latest version, 1.46.3)
3) deno upgrade rc
(to upgrade to 2.0, but failed)
The full log:
And yes I do have a darwin x86 64 bit macProbably it's due to OS version, why don't you upgrade mac?
I can't, it's too old
Maybe you can try http://dash.deno.com/playground
Deno Deploy
Deno Deploy: deploy JavaScript globally to the edge.
But probably it does not support rc version yet 😦
Unfortunate.. I guess I'll wait until there's a stable release. Maybe they do support my os there
@tetie could you try to update to canary instead of rc?
(
deno upgrade canary
)Yes! I can!
great; seems to be an issue with one of our tools we use to create release candidates
Oh that's curious, so I assume that means this will be fixed once 2.0 releases fully? As in, not as candidate?
correct
epic, thanks for helping