-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Can't install ws on iojs v3.0.0 #549
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
To be honest here, if that part fails, it's really iojs / npm to blame as these are optional binary dependencies that fail to build (work is already being done to get them working on iojs 3). They should just ignore the node-gyp and continue with the installation of the module.. I would suggest also reporting these issues at npm/iojs's repositories. Having that said, community members are already fixing parts of the failing code in the related websockets/* repositories. |
@3rd-Eden I have know idea about the cause, otherwise I've done that. |
Please confirm that master is working, i've bumped the optionalDependencies now that they support nan 2.0 for iojs 3.0 |
It fails with same error. |
It actually works fine with |
Did you install it using |
This is my output with the latest iojs:
|
No. I use the instructed command |
Ok, that just installed the latest published release in npm, not the one from github's master branch. |
I got your output with |
The release is out. Thanks for your patience. |
I've tried to install
ws
on iojs v3.0.0 and it fails atnode-gyp rebuild
stage. Is there any work around for this issue?The text was updated successfully, but these errors were encountered: