mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-25 17:15:52 +03:00
[GH-ISSUE #14] Can't install with latest stable node.js (6.0) #10
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/log.io-NarrativeScience-old#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mgcrea on GitHub (Nov 8, 2011).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/14
Do you plan to add 6.0 support ?
Is there an easy way to override check or is there obvious breaking changes in node ?
@shayfrendt commented on GitHub (Jan 11, 2012):
+1
@GrimPanda commented on GitHub (Jan 18, 2012):
Same. In particular it seems that the dependency "connect" is failing looking for node.js 5.0 or earlier.
@blynch commented on GitHub (Jan 27, 2012):
+1
@s2young commented on GitHub (Feb 1, 2012):
+1
@ericabouaf commented on GitHub (Feb 19, 2012):
+1
@fzerorubigd commented on GitHub (Feb 24, 2012):
+1
@msmathers commented on GitHub (Feb 27, 2012):
Thanks to socket.io-client v0.9.0, Log.io now works with node.js v0.6.11. I've just pushed a dependencies update and published to npm.
Until recently there were some serious compatibility problems between node.js v0.6.x and the socket.io-client library (https://github.com/LearnBoost/socket.io-client/issues/336), but it looks like v0.9.0 uses a different websockets library, which has fixed things.
@ericabouaf commented on GitHub (Feb 27, 2012):
Now works perfectly fine :)
Thx
@GrimPanda commented on GitHub (Feb 27, 2012):
Awesome! Thx