-
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
doesn't build with nodejs 0.10 #124
Comments
|
I managed to build it with debian 0.10. The problem was that the native cod building tool node-waf turned into node-gyp. I was able to build by changing the dependency version for libxmljs in package.json from 0.5.x to 0.8x. On the other hand I'm now getting segfaults when it runs for a few minutes. |
|
It's quite a problem that the HTTP API doesn't work with node v0.10 (and only with 0.6), as the webclient, on the other hand, needs a recent node version to build the minified JS with grunt. This means you need to Node.js versions installed at once for a complete buddycloud setup, which is quite a pain. |
|
This is really an issue with |
is this expected? it's hard for me to find a 0.8 install - debian has 0.6 or 0.10...
The text was updated successfully, but these errors were encountered: