First time here? Check out the FAQ!
answered 2019-06-03 20:08:04 -0600
I faced the problem too, and I fixed it using bellow codes.
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs
https://github.com/askmike/gekko/issues/2411