hashlib icon indicating copy to clipboard operation
hashlib copied to clipboard

TypeError: Object #<Object> has no method 'md5_file'

Open timoxley opened this issue 14 years ago • 1 comments

Where md5_file go? Is it not there for some reason?

on OSX 10.7, Node 0.6.2


      hashlib.md5_file(fileStats.name, function() {
              ^
TypeError: Object #<Object> has no method 'md5_file'

timoxley avatar Nov 21 '11 13:11 timoxley

Considering it's in the "update for node 0.6" commit https://github.com/brainfucker/hashlib/commit/b3f10ddb79f219549fde8782b1c01a8e4da0f402, is it a 0.6 incompatibility that's causing the issue?

timoxley avatar Nov 28 '11 08:11 timoxley