agracio / edge-js

Run .NET and Node.js code in-process on Windows, macOS, and Linux
MIT License
618 stars 93 forks source link

Mac : Error: The edge native module is not available at... #180

Closed x4080 closed 5 months ago

x4080 commented 1 year ago

Hi, I'm using mac m2 and cannot run the example .js the error is

 throw new Error('The edge native module is not available at ' + builtEdge 
    ^

...

Error: The edge native module is not available at ...

Using Node js v20, already tried 16 and 18 and the same result. dotnet version is 7

Anybody has solution thanks

Edit : Install dotnet 6 also same result