Closed provegard closed 11 years ago
I had the same problem and there is my solution: in file owfs.js in folder node_modules/owfs change row from require('buffertools'); to buffertools = require('buffertools');
Please take a look to my version: https://github.com/vkfont/owjs/blob/master/owjs.js#L93-L95
Sorry guys for being inactive a while. This is fixed now.
I get this error:
I suppose it's because
buffertools
is required at the beginning of the file but not assigned to a variable...