hashlib
hashlib copied to clipboard
TypeError: Object #<Object> has no method 'md5_file'
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'
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?