-
Notifications
You must be signed in to change notification settings - Fork 46
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
Can't install via NPM #40
Comments
Strange, I will take a look at it this afternoon. |
@rdepena Any updates? Thanks |
hey @iamdriz, tried last night and was not able to reproduce on two different machines, I think this might be a issue with NPM being in a bad state, can you try to delete this folder: "/Users/cameron/node_modules/dualshock-controller" |
@iamdriz check out this issue, seems like its a similar problem: |
Hey @iamdriz is this still an issue ? |
This is also an issue for me. I installed node using
|
Hey @0lumide what flavor of linux and version of node are you using ? |
Hey @0lumide, looks like I the issue is one of the modules I am using does not work with never version of node, there is already a pull request to fix it: node-hid/node-hid#69 I would recommend using https://github.com/creationix/nvm in the meantime, I will keep an eye on the PR. |
@rdepena Ah thanks! I'll try using nvm |
Just incase anybody has this problem, it appears like I was missing a depeendecy for node-hid |
When doing:
npm install dualshock-controller
I get the following error (copied from log file):
Even if I do:
sudo npm install dualshock-contoller
it breaks
The text was updated successfully, but these errors were encountered: