ethql icon indicating copy to clipboard operation
ethql copied to clipboard

SyntaxError on Install

Open MaagRobyn opened this issue 5 years ago • 4 comments

image

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

Here's the full log: image

MaagRobyn avatar Feb 18 '20 23:02 MaagRobyn

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

mannutech avatar May 18 '20 04:05 mannutech

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

martinivanalfonso avatar Jul 01 '20 03:07 martinivanalfonso

that works @martinivanalfonso

iorran avatar Feb 21 '21 00:02 iorran

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

guirkgumbo avatar Dec 17 '21 02:12 guirkgumbo