Skip to content
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

Can't install #57

Open
Rivukis opened this issue Jun 6, 2018 · 3 comments
Open

Can't install #57

Rivukis opened this issue Jun 6, 2018 · 3 comments

Comments

@Rivukis
Copy link

Rivukis commented Jun 6, 2018

Tried to install. Said it needed node-pre-gyp. Installed it and it still didn't work

@Rivukis
Copy link
Author

Rivukis commented Jun 6, 2018

Terminal output:
$ npm install -g grpcc
/usr/local/bin/grpcc -> /usr/local/lib/node_modules/grpcc/bin/grpcc.js

grpc@1.12.2 install /usr/local/lib/node_modules/grpcc/node_modules/grpc
node-pre-gyp install --fallback-to-build --library=static_library

node-pre-gyp ERR! Completion callback never invoked!
node-pre-gyp ERR! System Darwin 16.7.0
node-pre-gyp ERR! command "/usr/local/Cellar/node/10.3.0/bin/node" "/usr/local/lib/node_modules/grpcc/node_modules/grpc/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" "--library=static_library"
node-pre-gyp ERR! cwd /usr/local/lib/node_modules/grpcc/node_modules/grpc
node-pre-gyp ERR! node -v v10.3.0
node-pre-gyp ERR! node-pre-gyp -v v0.10.0
node-pre-gyp ERR! This is a bug in node-pre-gyp.
node-pre-gyp ERR! Try to update node-pre-gyp and file an issue if it does not help:
node-pre-gyp ERR! https://github.com/mapbox/node-pre-gyp/issues
npm ERR! code ELIFECYCLE
npm ERR! errno 6
npm ERR! grpc@1.12.2 install: node-pre-gyp install --fallback-to-build --library=static_library
npm ERR! Exit status 6
npm ERR!
npm ERR! Failed at the grpc@1.12.2 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

@njpatel
Copy link
Owner

njpatel commented Jun 27, 2018

Do you have gcc and other build tools like make etc available? Can you get to the node-gyp logs? They might give some better info

@Rivukis
Copy link
Author

Rivukis commented Jul 6, 2018

I'll be honest. I found other ways send, receive, and understand gRPC calls. I just wanted to let you know about what I saw in case you can fix it or understand why it didn't work for me. I don't have any of the info anymore as I tried 6 different gRPC tools each with their own issues. Sorry I can't be of more help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants