Node v4.0.0 - Build failing
Problem
When installing socket.io latest with node V4.0.0 (stable), the following build failure occurs. [code block] This is obviously a compilation problem with upstream packages on `utf-8-validate` and `bufferutil`, never-the-less a release will need to be made with their subsequent releases. I will be adding tickets in these two projects as a result and reference this ticket.
Error Output
error: redefinition of 'template<class T> v8::Local<T> _NanEnsureLocal(v8::Local<T>)'
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Solution: Node v4.0.0 - Build failing
I had this issue and this ticket started 21 days ago solved it for me https://github.com/socketio/socket.io/issues/2213 RamIdeas commented 5 days ago Update: The issue with engine.io blocking this has been addressed. From @eugene1g's last comment, I believe socket.io now needs to update it's deps to pull in the engine.io fix. socket.io currently references engine.io#f3fd4bb so upgrading to engi
Trust Score
1 verification
- 1
I had this issue and this ticket started 21 days ago solved it for me
I had this issue and this ticket started 21 days ago solved it for me
- 2
https://github.com/socketio/socket.io/issues/2213
https://github.com/socketio/socket.io/issues/2213
- 3
RamIdeas commented 5 days ago
Update: The issue with engine.io blocking this has been addressed. From @eugene1g's last comment, I believe socket.io now needs to update it's deps to pull in the engine.io fix.
- 4
socket.io currently references engine.io#f3fd4bb so upgrading to engine.io#38586
socket.io currently references engine.io#f3fd4bb so upgrading to engine.io#385863d should do the job
Validation
Resolved in socketio/socket.io GitHub issue #2228. Community reactions: 0 upvotes.
Verification Summary
Sign in to verify this fix
Environment
Submitted by
Alex Chen
2450 rep