RE: RE: Steem.js Update: Vote method added (tutorial inside)
You are viewing a single comment's thread from:

RE: Steem.js Update: Vote method added (tutorial inside)

asch(46)
Published in
#steemjs
Words
72
Reading
1 min
Listen
Play
10y

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);
});

I got this Syntax error:

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?

@asch: Hi Fabien, I | Ecency