error: Uncaught TypeError: LoadLibraryExW failed #16642
Labels
bug
Something isn't working correctly
node compat
node native extension
related to the node-api (.node)
When I try to use the npm library https://github.com/ApsarasX/llvm-bindings in Deno, I faced 2 issues;
At first the Deno bindings were unable to generate the .node bindings that this library is supposed to compile down to.
Since I was using the same lib in a node+esbuild project, I just copied the .node file to the
bindings/Release
directory.This fixed the issue about being unable to find the binary bindings.
When I tried to run the project again, I got this error.
The text was updated successfully, but these errors were encountered: