-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trouble with npm install zerorpc #79
Comments
In addition, os is mac os~ |
Sadly, I have no experience with MacOS, I can merely suggest to double check your library path? |
Maybe try the solution mentioned at the end of #75? |
I don't think it's the problem of version of Node.... npm ERR! node v4.3.2 I will try to check my library path.... Thx~ |
Try |
First, install Brew
Then, install both
I have tried what I feel like is a million things, just trust me when I say use Brew. I would also recommend you install
Then try rebuilding your project. |
Please close this -- open since Dec 2016. Above is the answer to all your troubles. |
I'm trying to create a packaged app that uses Edit: the package https://github.com/zeromq/zeromq.js also uses the |
There are some trouble while installing zerorpc.
Here are the outputs:
gyp ERR! configure error gyp ERR! stack Error:
gyp` failed with exit code: 1gyp ERR! stack at ChildProcess.onCpExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:355:16)
gyp ERR! stack at emitTwo (events.js:87:13)
gyp ERR! stack at ChildProcess.emit (events.js:172:7)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)
gyp ERR! System Darwin 16.1.0
gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /Users/andybear/node_modules/zerorpc/node_modules/zmq
gyp ERR! node -v v4.3.2
gyp ERR! node-gyp -v v3.0.3
gyp ERR! not ok
npm ERR! Darwin 16.1.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "zerorpc"
npm ERR! node v4.3.2
npm ERR! npm v2.14.12
npm ERR! code ELIFECYCLE
npm ERR! [email protected] install:
node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script 'node-gyp rebuild'.`
It shows that "No package 'libzmq' found", but I have installed and can get the version by using 'pkg-config --modversion libzmq'. So what should I do?
Here is the file of additional output - npm-debug.log.
npm-debug.txt
The text was updated successfully, but these errors were encountered: