Closed uenz98 closed 1 year ago
This issue is stale because it has been open 90 days with no activity. Remove the stale label or comment or this will be closed in 5 days. To ignore this issue entirely you can add the no-stale label
This issue is now closed due to inactivity, you can of course reopen or reference this issue if you see fit.
What version of pkg are you using?
5.8.1
What version of Node.js are you using?
16.16.0
What operating system are you using?
Windows 10
What CPU architecture are you using?
x86_64
What Node versions, OSs and CPU architectures are you building for?
node12-win32-x64
Describe the Bug
This is my dependency list:
I've tried including some prebuilds in my temporary directory where I am doing tests Here you can see the directory and file structure
The node.abi72.node is the prebuild for zeromq and during the build process it's clearly written in console to include the prebuild in the distributed path. I got errors, but as soon as I included the prebuilt file, the error changed. The package noble includes bluetooth-hci-socket that includes usb, their prebuilds are binding.node and node.napi.node respectively. At first, without including those files, the error was:
but when I put those files in the prebuilds folder, this is what is printed in the console after the executable is launched:
How can I make it work?
Expected Behavior
build the JS file in a win32-x64 exe and launch it without errors
To Reproduce