Skip to content

Instantly share code, notes, and snippets.

@thiagosantos
Last active July 15, 2021 14:47
Show Gist options
  • Save thiagosantos/94aab5c08c5faf6235588bca854f5bc8 to your computer and use it in GitHub Desktop.
Save thiagosantos/94aab5c08c5faf6235588bca854f5bc8 to your computer and use it in GitHub Desktop.
puppeteer dependecies

puppeteer dependencies for Ubuntu 20.04

error while loading shared libraries: LIB_X cannot open shared object file: No such file or directory

sudo apt-get install libxss1
sudo apt-get install libasound2
sudo apt-get install libatk-bridge2.0-0
sudo apt install libgtk-3-0
sudo apt install libgbm-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment