Closed redism closed 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.
iojs/io.js#456
npm i msgpack works fine with iojs and node-0.12 now: we can close this.
npm i msgpack
great, thanks. Let me know if you still have problem @redism
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.