Hi Fabien,
I was trying 0.3.9, but when I tried this simple code:
var steem = require('steem');
steem.api.getAccounts(['asch'], function(err, result) {
console.log(err, result);
});
When I try that same code on https://tonicdev.com/npm/steem everything works fine!
When I install 0.3.7, the code also works fine locally. Then when I go back to 0.3.9, I get the same error again.
Anyone has this same issue? Or is it just me?
RE: Steem.js Update: Vote method added (tutorial inside)