zeromq / zeromq.js

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

Build improvements and fixes #616

Closed aminya closed 2 weeks ago

aminya commented 2 weeks ago

The Windows build failures are because of the unexpected decision made by the Nodejs team to change spawn behaviour everywhere. https://github.com/nodejs/node/issues/52554#issuecomment-2065306579 https://github.com/nodejs/node/issues/52017