-
Notifications
You must be signed in to change notification settings - Fork 58
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
Usage on OS X + arm64 #211
Comments
I updated to v0.5.8 and the new error message is: /node-api-dotnet-simple/node_modules/node-api-dotnet/init.js:49
dotnet = nativeHost.initialize(targetFramework, managedHostPath, require);
^
Error: Failed to load managed host assembly. HRESULT: 0x80131621
at initialize (/node_modules/node-api-dotnet/init.js:49:23) |
@coding-velociraptor This is fixed in v0.5.10. |
@coding-velociraptor , thank you for reporting the issue and for the repro simple repository! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey team,
Thank you for providing this library aiming to improve developer experience during NodeJS and C# interopability.
I'm trying to run it locally without success. For reproduction, I created this very simple repository. When I run the project
node main.js
, I get the following error message:I tried
node-api-dotnet/net8.0
andnode-api-dotnet/net6.0
, installing dotnet v6 and also "NODE_API_TRACE_HOST" like described in this issueHere are some system information:
Proc: Apple M1 Pro
OS: Sonoma 14.2.1
How might I fix this issue?
The text was updated successfully, but these errors were encountered: