Skip to content

Instantly share code, notes, and snippets.

@cmd-save
Last active January 31, 2019 16:39
Show Gist options
  • Select an option

  • Save cmd-save/7294f3e681fbacf49dc8749f91b2f652 to your computer and use it in GitHub Desktop.

Select an option

Save cmd-save/7294f3e681fbacf49dc8749f91b2f652 to your computer and use it in GitHub Desktop.
Lighthouse server deployment

##Lighthouse server deployment

When installing/running on Amazon EC2, do not forget to install chrome-launcer

sudo yarn add chrome-launcher

If your getting this error

Error: connect ECONNREFUSED 127.0.0.1:38075

Add the following chrome flags

'--no-sandbox'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment