mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
docs(troubleshooting.md): Update CentOS documentation (#4398)
If you running in CentOS you should update nss dependency.
This commit is contained in:
parent
de18c0e26b
commit
9a2fb2a0d4
@ -112,6 +112,12 @@ xorg-x11-fonts-cyrillic
|
||||
xorg-x11-fonts-Type1
|
||||
xorg-x11-fonts-misc
|
||||
```
|
||||
|
||||
After installing dependencies you need to update nss library using this command
|
||||
|
||||
```
|
||||
yum update nss -y
|
||||
```
|
||||
</details>
|
||||
|
||||
<details>
|
||||
|
Loading…
Reference in New Issue
Block a user