deno-bin icon indicating copy to clipboard operation
deno-bin copied to clipboard

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

Open kasparkallas opened this issue 1 year ago • 1 comments

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

kasparkallas avatar Jan 24 '24 22:01 kasparkallas

It is supposed to work on arm mac. https://github.com/kt3k/deno-bin/blob/26341fcbfdab0eaddcd364b80b969cf01c5d6dee/install.js#L12-L16

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

kt3k avatar Jan 25 '24 08:01 kt3k