Consensys / ethql

A GraphQL interface to Ethereum :fire:
Apache License 2.0
622 stars 85 forks source link

SyntaxError on Install #132

Open MaagRobyn opened 4 years ago

MaagRobyn commented 4 years ago

image

I tried to download ethQL. I downloaded the repo, did a yarn install, and threw that error.

Here's the full log: image

mannutech commented 4 years ago

Hey @MaagMatthew , were you able to resolve the issue. I am facing the same issue, tried some fiddeling but couldn't start.

martinivanalfonso commented 4 years ago

Hi, seems to be a problem with the latest version of nodejs, I solved it by downgrading nodejs to 10.15.3

iorran commented 3 years ago

that works @martinivanalfonso

guirkgumbo commented 2 years ago

I was also having this issue on linux. Needed to downgrade and set npm to use python2.7 for node-gyp to be happy.