-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Build failure under 0.8.5 #15
Comments
Same issue with 0.8.4 |
I solved my problem with downgrade of nodejs to 0.6.19 cd /usr/local/Library/Formula && git checkout 83988e4 node.rb && brew unlink nodejs && brew install nodejs |
It would be great if we could have support for 0.8.x branch! This is an awesome library :) |
This is caused by a change in the API for libuv in node >0.6.x: joyent/libuv#347 Obviously, the root cause is issue #12 |
Hit this too, with 0.8.19. Would love a fix. |
You can try out my fork: https://github.com/nonolith/node-usb, which works on 0.8 and 0.10, Linux, Mac, and Windows. Note that the API is not compatible (hopefully you find it an improvement). |
The text was updated successfully, but these errors were encountered: