-
Notifications
You must be signed in to change notification settings - Fork 451
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
npm install bleno failure #413
Comments
That was also reported on node-xpc-connection. |
I had the same issue, this worked for me: sandeepmistry/node-xpc-connection#24 (comment) |
This worked for me to install Bleno, but unfortunately Bleno has some problems on macOS Mojave (10.14.x) which is preventing me from using the library thus far :( |
@sandeepmistry @jacobrosenthal any chance we can update the dependency to https://github.com/jongear/xpc-connect? This fellow forked and maintains it. |
npm installation of bleno is failing on my machine.
The full npm install and error log can be seen in this gist
Commands I have tried
npm install bleno
npm install -g bleno
npm install bleno --python=python2.7
But there's a broken step for XpcConnection. (Again, for full log see gist)
Is there a workaround for this, or does this need fixing? If you need any additional information, I'd be happy to help.
Environment:
MacOs High Sierra: 10.13.4
python --version: Python 3.7.0
npm --version: 6.4.1
The text was updated successfully, but these errors were encountered: