Skip to content

Commit

Permalink
Update and rename debian에서_puppeteer가_크래시가_발생할_경우.md to linux에서_puppe…
Browse files Browse the repository at this point in the history
…teer가_크래시가_발생할_경우.md
  • Loading branch information
genie-youn authored Dec 21, 2021
1 parent 4aaf6a8 commit f53c058
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,13 @@ await puppeteer.launch({args: ['--no-sandbox', '--disable-setuid-sandbox']})
```

https://github.com/puppeteer/puppeteer/issues/290


CentOS에 Puppeteer 실행시 크래시가 발생한다면 다음을 시도해본다.

#### Error: Failed to launch the browser process! : error while loading shared libraries: libatk-1.0.so.0: cannot open shared object file: No such file or directory
```
sudo yum install -y chromium
```

https://github.com/puppeteer/puppeteer/issues/5361

0 comments on commit f53c058

Please sign in to comment.