Closed creazero closed 5 years ago
Turns out, Travis image has its own Chrome, which doesn't want to start for some reason. So I added a version guard for it (>= 75) and additional env vars from puppeteer's install.js.
install.js
Fixes #9 @ai
@mbalabash LGTM. We can release it under patch (as downloader fix) or minor (since we added new env variables) release.
Wow, awesome work! Thanks you guys
Turns out, Travis image has its own Chrome, which doesn't want to start for some reason. So I added a version guard for it (>= 75) and additional env vars from puppeteer's
install.js
.Fixes #9 @ai