Skip to content
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

Doesn't work on MacOS with M1 silicone chip (ARM)? #25

Open
kasparkallas opened this issue Jan 24, 2024 · 1 comment
Open

Doesn't work on MacOS with M1 silicone chip (ARM)? #25

kasparkallas opened this issue Jan 24, 2024 · 1 comment

Comments

@kasparkallas
Copy link

Hi, I haven't really debugged this yet, creating the issue for posterity's sake.

Seeing the following:
> /bin/sh: /Users/***/node_modules/deno-bin/bin/deno: cannot execute binary file

@kt3k
Copy link
Owner

kt3k commented Jan 25, 2024

It is supposed to work on arm mac.

deno-bin/install.js

Lines 12 to 16 in 26341fc

case "darwin": {
if (process.arch === "x64") {
return "deno-x86_64-apple-darwin.zip";
} else if (process.arch === "arm64") {
return "deno-aarch64-apple-darwin.zip";

Can you execute that file (/Users/***/node_modules/deno-bin/bin/deno) directly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants