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

zmq.socket is not a function

Open shrsulav opened this issue 6 years ago • 5 comments

I installed zeromq in Raspberry Pi. And when I run the nodejs example for zeromq it gives error as: TypeError: zmq.socket is not a function.

shrsulav avatar Nov 29 '19 06:11 shrsulav

Same on my side. OSX Node v10.15.0 zeromq@5

matkoklaic avatar Feb 02 '20 09:02 matkoklaic

I am also having this issue, have either of you found a solution? Running on Windows 10

noahpodgurski avatar Feb 11 '20 22:02 noahpodgurski

I fixed this problem using the 5 version

npm i zeromq@5

tfmeneses avatar Feb 14 '20 00:02 tfmeneses

I have the same issue

istabraq-iot avatar Feb 21 '20 06:02 istabraq-iot

Same issue for me. On Windows10 + electron 8.0.0

Have rebuilt using npm rebuild zeromq --runtime=electron --target=8.0.0

ZeroMQ version 6.0.0-beta.6

Didn't work.

kitattyor avatar Feb 27 '20 09:02 kitattyor