nathanaschbacher / nodiak

Nodiak is a Node.js client for the Riak Distributed Database
MIT License
43 stars 16 forks source link

Fix agentkeepalive version to 0.2.2 #24

Closed nponiros closed 10 years ago

nponiros commented 10 years ago

The latest agentkeepalive version (1.0.0) only works with node v0.11+. Change package.json to pull version 0.2.2 as it is the last version to support node v0.10.

dcartertwo commented 10 years ago

+1

nathanaschbacher commented 10 years ago

Sounds good to me

jussi-kalliokoski commented 9 years ago

Could you release an update with the patch as well? :)

nathanaschbacher commented 9 years ago

@jussi-kalliokoski sure thing. I'll do that tonight.

grandimk commented 9 years ago

I've installed nodiak with npm and there is still this problem. I've fixed it manually but it would be better if you publish this change to the npm repository (I'm assuming that npm has an old one).

diversemix commented 9 years ago

Yeah I had the same issue too... I fixed by going into node_modules/nodiak and running: "npm install agentkeepalive@0.2.2"