brainpicture / hashlib

lib for node which makes hashes
nodejs.ru
165 stars 35 forks source link

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

Open timoxley opened 12 years ago

timoxley commented 12 years ago

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 commented 12 years ago

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?