node gyp install failing for single executable with prebuilt binaries #2601
Unanswered
1038642892
asked this question in
Q&A
Replies: 1 comment
-
I've downgraded to use node 14 and this seems to have fixed the issue, also this is my assets definition now for pkg.
Does this mean there are no native binaries for node 16 or 18? |
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
-
I have a project I use serialport with. I'd like to bundle the bindings for windows and linux and build into executable with
pkg
.I'm coming across the hurdle of getting the prebuilt binaries installed.
Here's the command I'm using to get windows and linux bindings, however I get an error message regarding package.json.
I would bundle with.
pkg .
When running the binary:
Beta Was this translation helpful? Give feedback.
All reactions