-
Notifications
You must be signed in to change notification settings - Fork 17
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 build on node 0.12 #22
Comments
I think we'll need to make sure @node-xmpp works with Node |
@chrisyip you'll need to upgrade to a more recent alpha than I think we need to do some upgrades for the latest versions of 0.12 (due to v8 changes) but I've been really busy. @sonnyp or @chrisrock may be able to get these out quicker than me. |
Awesome! Thansk @lloydwatkin for the quick update. I'll do the dependency change as soon as I find a minute. Feel free to submit a PR @chrisyip :) |
@lloydwatkin you mean we should wait for |
Any ideas why I get a "XMPP authentication failure" for the nodesample account which is being used in the tests? Here's what I have so far: https://github.com/davepenfold/superfeedr-node |
Dave, On Mon, Jun 22, 2015 at 1:42 AM, Dave Penfold [email protected]
Julien Genestoux |
node-xmpp
<=0.15
doesn't support node0.12
,node-gyp
will throw errors.So I tried to upgrade
node-xmpp
to1.0.0-alpha2
. Build succeeded, but I could not pass the tests:The text was updated successfully, but these errors were encountered: