-
Notifications
You must be signed in to change notification settings - Fork 21
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
Fails on npm install #1
Comments
It worked over here on macOS with node v8.1.3:
|
Perhaps this is just a Linux bug? I should have specified that really - I'm running Arch Linux. Is anybody able to test on another Linux machine? |
Ah yeah, it fails for me too on Linux with node 6.x, maybe it needs a newer node? |
Ah more useful information I neglected... |
Note that the README for mediakeys mentions:
|
I know for sure I have dbus installed and checked this several times trying to install mediakeys |
This is all new to me, I'm trying to figure out why this isnt working for me.
|
@Biffaboy: It looks like you're running node v6. Can you try again with a more recent version of node? |
|
@Biffaboy: now the logs look like it's complaining about your installed version of Visual Studio (or related tools)?
I'm sorry, I don't have a Windows installation to try and reproduce this, but it seems like the problem you're having is related to building mediakeys. You might find more informative responses by asking about this over there. |
@ebeeson Seems to be Media Keys, Ive resolved the issue with the tools, and seems mediakeys is the issue here. |
npm install
does not work due to the mediakeys module, throwing the errormediakeys@0.2.0 install: node-gyp rebuild
. I can't find any fix to this; is there a known workaround?The text was updated successfully, but these errors were encountered: