msgpack / msgpack-node

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

Failed to build with io.js@1.0.2 #20

Closed redism closed 9 years ago

redism commented 9 years ago

node-gyp comes with io.js@1.0.2 fails to build msgpack. Just updating nan module version to the latest fixes the issue and pass all the tests.

redism commented 9 years ago

iojs/io.js#456

hmalphettes commented 9 years ago

npm i msgpack works fine with iojs and node-0.12 now: we can close this.

godsflaw commented 9 years ago

great, thanks. Let me know if you still have problem @redism