When install nodejs with npm install mostly failed at Puppeteer.
Open
- Dominant language
- TypeScript
- Stars
- 29
- Forks
- 5
- Avg merge
- 3m
- Merged PRs (30d)
- 2
Description
When installing nodejs with manual install mostly failed at puppeteer
by installing apt-get install chromium-browser & manually install again puppeteer will do the work. ( might be helpful for people unable to install puppeteer ) * for server linux mostly.
` apt-get install chromium-browser`
`npm install puppeteer --unsafe-perm=true`
Contributor guide
Assessment
This issue has not been assessed yet.