-
Notifications
You must be signed in to change notification settings - Fork 25
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
Problems when installing on Ubuntu 18.04 #2
Comments
Hi! Are you using node version 8? I believe node version 10 won't work with this project because of the changes in N-API. |
Hm, in fact you are using node v8.10.0. Strange. I'll try to look more into this. |
Have you tried installing wits? If you can install that, I think we can update this repo to use wits. |
Hi! Yes, I did. I got first |
Hi,
I installed
https://www.ubuntuupdates.org/package/core/bionic/universe/base/libhidapi-dev
https://www.ubuntuupdates.org/package/core/bionic/universe/base/libhidapi-hidraw0
https://www.ubuntuupdates.org/package/core/bionic/universe/base/libhidapi-libusb0
Trying to install dependency packages.
Then it throw an exception withe the message of
can't find lblas on /user/bin/ld
, i believe that was fixed with:sudo apt-get install libblas-dev liblapack-dev
But now I'm getting this error (which it seem that you fixed here):
nodejs/node-addon-api#173
and
https://github.com/dashersw/brain-bits/blob/master/lib/bindings.cc
, but it doesn't for me ).
the same happens with your other project
I just bougth the emotiv but i can't make it work :(
The text was updated successfully, but these errors were encountered: