-
Notifications
You must be signed in to change notification settings - Fork 146
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
Installation fails on Win10 #147
Comments
Interesting; on a 2nd run there seem to be other issues: |
The error happens in NAN and it fails to include a standard header. That should not happen. I just published a new version v2.2.11 that uses latest NAN. Maybe that helps. If it still doesn't work, try running it from a Visual Studio Command Prompt instead of the "normal" dos box.
Usually npm will install packages to Unfortunately on windows I don't have the OS at hand. So, all I can do is poke around... Hope this helps. |
Here's what happens on a blank project (after
I'll try using the visual studio command line. |
Output is the same with VS command prompt. |
I switched from node 4.x to 5.3 (npm 2.x to 3.3.12) - didn't help :( Tried downloading |
The compiler can not find the bonjour headers. |
Ha, after reinstalling bonjour sdk it seems to work - give me a second to actually test it. |
Seems to be related to electron/rebuild#37 |
|
Summoning @y-lohse. Any thoughts on this? |
Got it running on my home machine (Win7 x64) with vanilla node. |
Hi there, We've managed to build on electron. Here is the step to make it work. On the other hand :) we have an issue packing the app and distribute it there.
Then you can |
I cannot believe, that I had to reinstall Bonjour SDK to make it work... |
Hi,
I'm trying to
npm install -save mdns
on a Windows 10 32-bit machine. After installing python 2.7+, bonjour sdk and settingBONJOUR_SDK_HOME
I'm stuck with an error that google won't help me fix.and
Probably I'm just too new to node and that stuff and it's an easy fix. I'm trying to
npm install
this in myresources
folder of myelectron
app.npm-debug.txt
The text was updated successfully, but these errors were encountered: