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

stuck on node-gyp #195

Open
vturri20 opened this issue Jun 29, 2017 · 2 comments
Open

stuck on node-gyp #195

vturri20 opened this issue Jun 29, 2017 · 2 comments

Comments

@vturri20
Copy link

I successfully installed node-gyp onto my computer using another github project: https://github.com/nodejs/node-gyp . I downloaded all of the dependencies needed for this to work on Windows including:

Bonjour SDK
Python 2.7
Visual Studio 2015 with Visual C++ packages installed
npm
node

For some reason every time I try to install mdns I am still getting the same error message (even after downloading node-gyp): "mdns@2.3.3 install: `node-gyp rebuild'". Any ideas as to what the problem might be? Thanks.

@madCoder24
Copy link

Is node-gyp available globally?

Is it possible to see the entire error message?

I have just started using this library myself and found that compiling it took most of my time.

@schinckel
Copy link

I had a similar issue, but on a Mac. It was choking because I use pyenv, and there was no available python2 interpreter in the current shell.

Adding 2.7.14 to my ~/.pyenv/version file fixed the problems.

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

3 participants