-
Notifications
You must be signed in to change notification settings - Fork 42
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
Node v4.0.0 - Build failing #15
Comments
I'm having this too |
Me too. {
"dependencies": {
"bindings": "1.2.x",
"nan": "^2.0.5"
}
} But that version of NAN doesn't contain any _NanEnsureLocal, nor does bufferutil:
(no hits) |
The same 👍 |
Can confirm the same on OSX 10.10.5
|
@tanepiper that's socket.io you're installing which user out of date garbage because the maintainers are to lazy to pull in a frigging dependency update and releasing a new version with it. |
Closing this issue, as the original issue is also installing socket.io and not the latest ws |
I am also experiencing this issue, seems to be coming from this library. npm install cluster-store
make: Entering directory '/home/akalfus/Copy/Development/Schedule/node_modules/bufferutil/build'
make: Entering directory '/home/akalfus/Copy/Development/Schedule/node_modules/utf-8-validate/build'
|
Your using node -v v5.1.0 not 0.4 edit scrap that. It's works with the unstable 5.1 just fine. Problem is your installing out of date dependency, use 1.2.0 of this module instead. |
|
Sorry to pile on, this is a similar issue to websockets/utf-8-validate#13 in 4.0.0 (stable):
The text was updated successfully, but these errors were encountered: