node_mdns
node_mdns copied to clipboard
stuck on node-gyp
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.
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.
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.