I’m using node 5.10.0 on this version of Linux
[davea@mydevbox mydir]$ uname -a Linux mydevbox.mydomain.com 7.3.8-25.26.amzn1.x86_64 #1 SMP Wed Mar 16 17:15:
I was using node.js based selenium script and overcome the issue by installing google chrome manually using the command curl https://intoli.com/install-google-chrome.sh | bash
curl https://intoli.com/install-google-chrome.sh | bash
This worked for me. Please give a try. Thanks.