Skip to content

Instantly share code, notes, and snippets.

View tereshhhchenko's full-sized avatar
🐌
Getting back on track. But might be slow to respond

shch tereshhhchenko

🐌
Getting back on track. But might be slow to respond
View GitHub Profile
@tereshhhchenko
tereshhhchenko / puppeteer-ubuntu-1804.md
Created June 22, 2021 09:23 — forked from winuxue/puppeteer-ubuntu-1804.md
Solution for common dependences issues using puppeteer in ubuntu 18.04 (Bionic)

puppeteer dependeces in ubuntu 18.04 (Bionic)

error while loading shared libraries: libnss3.so: cannot open shared object file: No such file or directory

sudo apt-get install libnss3

error while loading shared libraries: libXss.so.1: cannot open shared object file: No such file or directory

sudo apt-get install libxss1