Open
Description
Describe the bug
Error: No native build was found for platform=linux arch=x64 runtime=electron abi=119 uv=1 libc=glibc node=18.18.2 electron=28.1.0
I'm using :
zeromq 6.0.0-beta.19
electron 28
@electron-forge/cli 7.2.0
Project using "vite".
Reproducing
Install fresh project with @electron-forge/cli
Add last zeromq dependance
Add a line using zmq in main.ts
, like this: const pullSocket = new zmq.Pull()
Expected behavior
No error and work fine. ^^
Tested on
- OS: Linux Mint 21
- ZeroMQ.js version: 6.0.0-beta.19