From 891a5539bd12a7df1231b3f96bc8cc9aaf386301 Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Thu, 11 Jan 2018 12:20:57 -0800 Subject: [PATCH] docs(troubleshooting): add note on using ldd to find missing deps (#1780) --- docs/troubleshooting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index e8b2f9d8bd3..86ae5c0c3dd 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -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.
Debian (e.g. Ubuntu) Dependencies @@ -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