-
Notifications
You must be signed in to change notification settings - Fork 3
Can't install from NPM #1
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
Comments
Can you verify that you have installed the SDK first (a prerequisite). If so you should see edk.h in /usr/local/include Or for that matter, the other files that you can see referenced in the binding.gyp file in this repo. The error above says it can't find edk.h where it's usually installed which means either you don't have it installed (no SDK) or Emotiv has changed where this lives now in later versions (I wrote this several years ago) |
Thank you for your quick reply. I do not have that file. When I downloaded the SDK I got a folder called |
Sorry for the long no-reply. I'm not actively maintaining this right now so its possible that Emotiv changed things - files or where they are located. Still, you should see if you can find this C header file and if necessary just change the Make file to suit. It would probably be located in an "include" directory if your SDK has that. |
I get this error when I try to install Emojs via npm.
I can send you the full npm-debug.log if you want to.
The text was updated successfully, but these errors were encountered: