node_mdns icon indicating copy to clipboard operation
node_mdns copied to clipboard

stuck on node-gyp

Open vturri20 opened this issue 8 years ago • 2 comments

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): "[email protected] install: `node-gyp rebuild'". Any ideas as to what the problem might be? Thanks.

vturri20 avatar Jun 29 '17 18:06 vturri20

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.

madCoder24 avatar Jul 03 '17 13:07 madCoder24

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.

schinckel avatar Jan 21 '18 07:01 schinckel