Skip to content
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 upgrade to Debian Sid #22

Closed
TheCave opened this issue Feb 27, 2012 · 1 comment
Closed

Node upgrade to Debian Sid #22

TheCave opened this issue Feb 27, 2012 · 1 comment

Comments

@TheCave
Copy link

TheCave commented Feb 27, 2012

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
Copy link
Collaborator

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 (socketio/socket.io-client#336), but it looks like v0.9.0 uses a different websockets library, which has fixed things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants