-
Notifications
You must be signed in to change notification settings - Fork 147
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
Installing mdns on Windows 7, node-gyp rebuild fails. #136
Comments
Do you meet the requirements for node-gyp? The yare a bit extensive on Windows. |
I'm sorry, I forgot to mention that. I do believe I did most of these things.
I'm not sure if node-gyp picks up the right version of Visual Studio. My log output doesn't give any errors regarding that, as other people do seem to get. This could mean node-gyp plays nicely with Visual Studio, or not at all.. |
Yeah that was going to be my second question. I'm also on WIndows 7 and whenever I want to compile node modules with node-gyp, I need to use the console bundled with VisualStudio instead of the regular one, as it has access to extra variables. |
I uninstalled VS2010 and then installed Visual Studio 2013 Express. Still struggling do get my Meteor install up and running though.. |
Thank so much for this, I've been struggling with this problem for a few hours. By using the VS shell it worked just fine. |
Hopefully this will be a time saver for someone else (even though this is already mentioned in the install section)... Install was failing for me on Windows 10 because the System Info:
|
Dear all you need is just to install Bonjour from Apple`s website and also set PATH in User variables |
Hello,
I've been trying to get a Meteor install running, but it keeps on breaking while updating mdns dependencies.
More specifically on
node-gyp rebuild
I get the following log output:
The
soixantecircuits:mdns
package is simply a wrapper aroundmdns
, calling that package.Thank you for your help
The text was updated successfully, but these errors were encountered: