Replies: 1 comment 4 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm using pkg to build an exe for win64.
When building from Windows itself it works perfectly but our CI is Linux and generates an exe that fails to start with ERR_DLOPEN_FAILED.
Our project uses serialport and we have an error when loading @serialport/bindings/build/Release/bindings.node .
The file exists but is not compatible with Windows (I think).
Different file sizes between what I find in .cache/pkg and what I have in my node_modules on Windows. (75ko in pkg cache vs 220ko)
So my question is how does pkg handles that ? because our
npm ciin the Linux environment should install linux bindings and not Windows related stuff.Beta Was this translation helpful? Give feedback.
All reactions