msgpack / msgpack-node

MessagePack implementation for Node.js
Other
311 stars 71 forks source link

Node JS 0.10.37 compatibility #30

Closed rpelau closed 8 years ago

rpelau commented 8 years ago

Hi there,

I'm trying to build msgpack@1.0.2 for zerorpc and it fails with ELIFECYCLE error from npm. What are the compatible versions with nodejs 0.10.37. If there are multiple compatibilty issues, then a compatibility table would be a nice documentation improvement. Thanks

blackdynamo commented 8 years ago

Hey, I added a pull request that should let you use with node 0.10.x+. Pull request https://github.com/msgpack/msgpack-node/pull/35.

Older versions work on older versions of node, was using 0.2.6. This simple change will allow you to update to the latest.

rpelau commented 8 years ago

Hey, thanks for this, but in the meantime we upgraded to node 0.12.7 (for now). But if the need occurs, it's good to have this pull request.

Thanks again.