docs(troubleshooting): add note on using ldd to find missing deps (#1780)

This commit is contained in:
Eric Bidelman 2018-01-11 12:20:57 -08:00 committed by Andrey Lushnikov
parent 9b06ed28ae
commit 891a5539bd

View File

@ -2,7 +2,8 @@
## Chrome headless doesn't launch
- Make sure all the necessary dependencies are installed:
Make sure all the necessary dependencies are installed. You can run `ldd chrome | grep not` on a Linux
machine to check which dependencies are missing. The common ones are provided below.
<details>
<summary>Debian (e.g. Ubuntu) Dependencies</summary>
@ -81,7 +82,6 @@ xorg-x11-fonts-misc
- [#290](https://github.com/GoogleChrome/puppeteer/issues/290) - Debian troubleshooting
- [#391](https://github.com/GoogleChrome/puppeteer/issues/391) - CentOS troubleshooting
## Chrome Headless fails due to sandbox issues
- make sure kernel version is up-to-date