bnoordhuis / node-buffertools

working with node.js buffers made easy
ISC License
205 stars 35 forks source link

Node.js v0.12 #65

Closed SunilAgrawal closed 9 years ago

SunilAgrawal commented 9 years ago

Hi,

Is buffertools supported with Node.js v0.12. I am getting errors.

TIA.

bnoordhuis commented 9 years ago

It should work. Can you be more specific?

SunilAgrawal commented 9 years ago

Sorry the issue was not in buffertools, rather npm. I read someone that there's a bug in npm peer dependency check and the workaround was to explicitly require 'requirejs' in package.json.

After I did that buffertools worked with Node 0.12.

On Thu, Mar 19, 2015 at 2:38 PM, Ben Noordhuis notifications@github.com wrote:

It should work. Can you be more specific?

— Reply to this email directly or view it on GitHub https://github.com/bnoordhuis/node-buffertools/issues/65#issuecomment-83769322 .

bnoordhuis commented 9 years ago

Okay, thanks for your reply. I'll close the issue.