zeromq.node icon indicating copy to clipboard operation
zeromq.node copied to clipboard

Node.js bindings to the zeromq library

Results 101 zeromq.node issues
Sort by recently updated
recently updated
newest added

make: 进入目录“/opt/node_modules/zmq/build” CXX(target) Release/obj.target/zmq/binding.o ../binding.cc:28:17: 致命错误:zmq.h:没有那个文件或目录 #include ^ 编译中断。 make: **\* [Release/obj.target/zmq/binding.o] 错误 1 make: 离开目录“/opt/node_modules/zmq/build” gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2...

When I try to make pkg-config, I get an error. I am fairly new to this so I might be making a fatal mistake. Would appreciate any help! thanks! here's...

Hi. This is not exactly an issue with zmq module itself, but rather a derivative of node-gyp issue (https://github.com/nodejs/node-gyp/issues/571). However, I would like to know (and I'm sure some people...

Reference: http://api.zeromq.org/4-1:zmq-setsockopt#toc24

Installed ZMQ via the instructions here: http://zeromq.org/intro:get-the-software Then installed ZMQ via `npm install zmq`. Results: ``` > node-gyp rebuild make: Entering directory `/home/xyz/app-build-0.60/node_modules/zmq/build' CXX(target) Release/obj.target/zmq/binding.o ../binding.cc:28:17: fatal error: zmq.h: No...

Hi, regarding the issue #338 this commit is causing the issue below: Assertion failed: (!handle.IsEmpty()), function Unwrap, file ../src/node_object_wrap.h, line 60 It happens when I'm pushing a lot of messages...

I'm porting my node application to another machine and I'm having troubles to start the webserver. Whenever I add `node app.js` in the shell to start it, it just doesn't...

I installed zmq 2.11.0 on nodejs 0.12.2 64bit and when I start my server, I receive the following exception :+1: /opt/node/xxxxxxxxxxxxxxxxxxxx/node_modules/zmq/node_modules/bindings/bindings.js:83 throw e ^ Error: Module did not self-register. at...

I just did `npm i zmq` and this error is all I've got. Looks like it has something to do with the linking to libzmq, where should I start? ```...

After I successfully installed zmq, I used some way to install zmq bindings for node without the need for internet connection by first downloading its "dist.tarball" that can be get...