-
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
Need "step by step" install instructions #82
Comments
Did you install Windows 10 SDK build 10.0.15063 as listed in the requirements at the top of the readme? You need that specific version, not any later version (unless you update the referenced version in The search paths for the |
Thanks @jasongin, installing that version did resolve the missing files, and then, as I saw in other threads, I encountered a slew of node RT errors. Any chance that'll ever be fixed?
|
A fix for those build errors is in the fork: master...tylerc:fix-nodejs-12.x Sorry this project isn't in a great state now, and I haven't had time or motivation to maintain it. |
Thanks @jasongin I'll give it a try, and I appreciate the help. |
Hi, I'm trying to get my code for noble working in Windows.
I have had a lot of trouble trying to install noble-uwp. Lots of node-gyp error, missing "windows.winmd" and "platform.winmd" error.
I've also tried these 2 forks:
I have installed multiple versions of Visual Studio, both 2015, and 2017, the Windows 10 SDK. Which combinations of these things are actually required?
The problem that's giving me trouble at the moment is the location of 'Windows.winmd'
c:\users\dan\dev\uwp\noble-uwp\uwp\windows.foundation\collectionsconverterutils.cpp : fatal error C1107: could not find assembly 'Windows.winmd': please specify the assembly search path using /AI or by setting the LIBPATH environment variable [C:\Users\Dan\dev\uwp\noble-uwp\uwp\windows.foundation\build\binding.vcxproj]
I've tried copying it to
C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.16.27023\lib\x86\store\references
but it didn't work. That error message is not helpful without knowing where it is actually looking for the file.Here's my log after a
git clone
andnpm install
I would really appreciate any help, or maybe even suggestions like any other libraries, forks, or projects to get BLE working in Node on Windows?
The text was updated successfully, but these errors were encountered: