Skip to content
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

Windows 10 installation problem #10

Open
regissg opened this issue Feb 6, 2020 · 5 comments
Open

Windows 10 installation problem #10

regissg opened this issue Feb 6, 2020 · 5 comments

Comments

@regissg
Copy link

regissg commented Feb 6, 2020

npm install @abandonware/bluetooth-hci-socket gives the following error message

node-pre-gyp WARN Using needle for node-pre-gyp https download
node-pre-gyp WARN Tried to download(404): https://github.com/abandonware/node-bluetooth-hci-socket/releases/download/0.5.3-4/binding-0.5.3-4-node-v72-win32-x64.tar.gz
node-pre-gyp WARN Pre-built binaries not found for @abandonware/[email protected] and [email protected] (node-v72 ABI, unknown) (falling back to source compile with node-gyp)
MSBUILD : error MSB1009: Project file does not exist.

any clue on how to fix that?

@rzr
Copy link

rzr commented Feb 7, 2020

This looks like a windows specific issue
may you try:

npm install --global --production windows-build-tools
npm install --verbose @abandonware/bluetooth-hci-socket 

And then attach log files, an other option would be to setup CI to build binaries for windows (and others)...

@regissg
Copy link
Author

regissg commented Feb 7, 2020

It seems that the issue is with Visual studio that does not install as you could see in the log
windows-build-tools.log

@rzr
Copy link

rzr commented May 31, 2020

Is some of you familiar with CI/CD on windows ?

@rzr
Copy link

rzr commented Oct 4, 2020

it would help to 1st fix this build bot
eg:

https://ci.appveyor.com/project/rzr/node-bluetooth-hci-socket/builds/35548034

@titaniumwhite
Copy link

@regissg have you found any solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants