-
Notifications
You must be signed in to change notification settings - Fork 45
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
node-gyp rebuild noble-uwp error #17
Comments
Because this package includes 7 separate native modules, not just one, I don't know how you can integrate that into I have thought about separating the 7 UWP modules into npm dependency packages, so that node-pre-gyp can work. I guess that would also solve this problem. |
Cool , the build.cmd do the trick, thanks for answer ;). |
Hi,
@hoffmannjan seem to done well , so if you have some tips to run noble-uwp in electron. please tell me. |
Same problem here. I'm not sure what to do to make it work in Electron. I tried using electron-rebuild but that gives me an error: I have both VS2015 and VS2017 installed. Although I have node 6.11 on my system it only seems to install for v48 and v57, according to the folder names in the binding folder. Also are there differences between 32 and 64 bit Windows with regards to (Noble) UWP? My Electron application uses the 32 bit version (ia32), v1.4.15 to be precise, runs fine on 64 bit Windows too, don't know about the UWP part. Any help would be greatly appreciated. |
module_name is likely to be node-pre-gyp dependences. (nodejs/node-gyp#508) |
I opened new issue -> #31 |
@Janneman84 I found the way to rebuild noble-uwp for electron. |
hi @hoffmannjan can you help on how to use build.cmd, i am getting this error on an application that is build with electron-builder. Thanks |
Hi,
I'm trying to do electron-rebuild (as well as node-gyp rebuild which is the part of electron-rebuild) noble-uwp and after installing Windows SDK (matching version) and VS 2015 Express and also windows-build-tools i got this error
https://pastebin.com/mfYu34uQ
Any ideas?
I've never messed with any flags, neither in system settings nor in noble-uwp configuration files.
The text was updated successfully, but these errors were encountered: