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

node 10 install issue

Open awb99 opened this issue 7 years ago • 2 comments
trafficstars

I am running Manjaro/Arch Linux:

community/zeromq 4.2.2-2 [installed]  Fast messaging system built on sockets. C and C++ bindings. aka 0MQ, ZMQ.
community/node-gyp 3.6.2-1 [installed]
    Node.js native addon build tool
community/nodejs 10.4.0-1 [installed]
    Evented I/O for V8 javascript

Now I just tried to install the npm package zmq, but it failed.

gyp ERR! node -v v10.4.0
gyp ERR! node-gyp -v v3.6.2
npm ERR! [email protected] install: `node-gyp rebuild`
136 verbose stack Exit status 1
136 verbose stack     at EventEmitter.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:304:16)
136 verbose stack     at EventEmitter.emit (events.js:182:13)
136 verbose stack     at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
136 verbose stack     at ChildProcess.emit (events.js:182:13)
136 verbose stack     at maybeClose (internal/child_process.js:961:16)
136 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:5)

I think it is due to the new version 10 of node. On my computer that runs an older version all is fine.

awb99 avatar Jun 17 '18 06:06 awb99

Also encountering the same problem, any fix on horizon?

jimmycarlinco avatar Jan 20 '19 19:01 jimmycarlinco

Same problem with node 10.16.3. It is still working fine on 8.x

7c avatar Sep 25 '19 10:09 7c