[GH-ISSUE #22] Node upgrade to Debian Sid #16

Closed
opened 2026-02-26 05:31:04 +03:00 by kerem · 1 comment
Owner

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>

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 output> npm WARN underscore@1.1.7 dependencies field should be hash of <name>:<version-range> 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>
kerem closed this issue 2026-02-26 05:31:05 +03:00
Author
Owner

@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.

<!-- gh-comment-id:4199428 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/log.io-NarrativeScience-old#16
No description provided.