0rpc / zerorpc-node

zerorpc for node.js
http://www.zerorpc.io
Other
705 stars 167 forks source link

can't install zerorpc-node #104

Closed MacGuffinLife closed 5 years ago

MacGuffinLife commented 5 years ago

when I want to executenpm install zerorpc,I meet a problem

when I execute npm install zeroroc,I got this

> zeromq@4.6.0 install /Users/macguffin/Usr/eletron_test/node_modules/zeromq
> node scripts/prebuild-install.js || (node scripts/preinstall.js && node-gyp rebuild)

prebuild-install WARN install No prebuilt binaries found (target=10.15.1 runtime=node arch=x64 platform=darwin)

And stuck here forever. I execute

brew install zeromq
brew install pkgConfig
npm install -g node-gyp

before

And I don't know how to solve it

system: OSX 10.14.3 node -v : v10.15.1 npm -v :6.4.1

MacGuffinLife commented 5 years ago

I have installed it successful.maybe it's the network's problem