'No native build was found for platform xyz' #2834
KenrickDehli
started this conversation in
General
Replies: 1 comment
-
If anyone finds this:
This should work for executing the single file that esbuild bundled. For nodes sea functionality, it seems that third party modules are not supported currently. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
as I've read on this issue nodejs/single-executable#87 as well as searching in discussions this error is already known:
Error: No native build was found for platform=win32 arch=x64 runtime=node abi=115 uv=1 libc=glibc node=20.15.0
The difference for my use case is that I'm using esbuild as a bundler and I want to use the Node.js single-executable-application functionality to create a .exe for Windows. None of the recommended fixes in the issue mentioned above were working for me. If someone else is facing this error or knows how to solve it, let's discuss it here!
Beta Was this translation helpful? Give feedback.
All reactions