zeromq / zeromq.js

:zap: Node.js bindings to the ØMQ library
http://zeromq.github.io/zeromq.js/
MIT License
1.45k stars 209 forks source link

The specified module could not be found, with electron v4.0.0. #297

Open Agaspher20 opened 5 years ago

Agaspher20 commented 5 years ago

Hi! I have an issue with the latest release of zeroMQ. When I try to run electron application I get the following error: "Error: The specified module could not be found." I created a simple repository which reproduces this issue. This is a clone of electron-quick-start repository with two changes:

This application successfully starts if you revert to electron 3.1.0 and fails in electron 4.0.1 If you remove the following string: const {Socket, createSocket} = require('zeromq'); application will start in electron 4.

Best regards, Michael Naumenko

aminya commented 1 month ago

v6 was released. Please try again with the latest version, and report back if the issue still persists. https://github.com/zeromq/zeromq.js/releases/tag/v6.0.0