You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: