mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-25 17:15:52 +03:00
[GH-ISSUE #22] Node upgrade to Debian Sid #16
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#16
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 @TheCave on GitHub (Feb 27, 2012).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/22
Hi Matt,
Just started using your project, great work.
Debian team has upgraded from node 0.4.12 to 0.6.11 in the sid repository over the weekend.
Are you looking to upgrade your package dependencies?
Makes it very messy now to do an npm install, as I'm continuing to add further servers to log.io.
Thanks for your time.
Paul.
npm WARN underscore@1.1.7 dependencies field should be hash of : pairs
npm ERR! error installing log.io@0.2.1
npm ERR! error rolling back log.io@0.2.1 Error: UNKNOWN, unknown error '/usr/local/lib/node_modules/log.io'
npm ERR! Unsupported
npm ERR! Not compatible with your version of node/npm: connect@1.7.1
npm ERR! Required: {"node":">= 0.4.1 < 0.5.0"}
npm ERR! Actual: {"npm":"1.1.2","node":"0.6.11"}
npm ERR!
npm ERR! System Linux 2.6.32-5-openvz-amd64
npm ERR! command "node" "/usr/bin/npm" "install" "-g" "--prefix=/usr/local" "log.io"
npm ERR! cwd /root
npm ERR! node -v v0.6.11
npm ERR! npm -v 1.1.2
npm ERR! code ENOTSUP
npm ERR! message Unsupported
npm ERR! errno {}
</npm output>
@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.