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

npm install bleno failure #413

Open
gwpantazes opened this issue Sep 19, 2018 · 4 comments
Open

npm install bleno failure #413

gwpantazes opened this issue Sep 19, 2018 · 4 comments

Comments

@gwpantazes
Copy link

gwpantazes commented Sep 19, 2018

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)

  CXX(target) Release/obj.target/binding/src/XpcConnection.o
../src/XpcConnection.cpp:143:89: error: too few arguments to function call,
      expected 2, have 1
  ...propertyValue = object->GetRealNamedProperty(propertyName->ToString());
                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~                         ^

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

@jstlaurent
Copy link

That was also reported on node-xpc-connection.

@bekirdag
Copy link

I had the same issue, this worked for me: sandeepmistry/node-xpc-connection#24 (comment)

@mark-rodgers
Copy link

mark-rodgers commented Dec 28, 2018

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 :(

@drewcovi
Copy link

drewcovi commented Feb 13, 2019

@sandeepmistry @jacobrosenthal any chance we can update the dependency to https://github.com/jongear/xpc-connect?

This fellow forked and maintains it.

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

5 participants