ethql
ethql copied to clipboard
SyntaxError on Install
I tried to download ethQL. I downloaded the repo, did a yarn install, and threw that error.
Here's the full log:
Hey @MaagMatthew , were you able to resolve the issue. I am facing the same issue, tried some fiddeling but couldn't start.
Hi, seems to be a problem with the latest version of nodejs, I solved it by downgrading nodejs to 10.15.3
that works @martinivanalfonso
I was also having this issue on linux. Needed to downgrade and set npm to use python2.7 for node-gyp to be happy.