0rpc/zerorpc-node

can't install zerorpc-node

MacGuffinLife opened this issue · 1 comments

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

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