ratson / puppeteer_plus

Deno port of puppeteer base on latest TypeScript source.
https://deno.land/x/puppeteer_plus
MIT License
20 stars 4 forks source link

chromium not found #1

Closed ralyodio closed 1 year ago

ralyodio commented 2 years ago
error: Uncaught (in promise) NotFound: No such file or directory (os error 2), mkdir '/x/puppeteer_ts@0.0.7/.local-chromium'
    at async Object.mkdir (deno:runtime/js/30_fs.js:109:5)
jerrygreen commented 2 years ago

I guess you just need to run sudo apt install chromium-browser

ratson commented 1 year ago

@ralyodio Would you try the latest version? It should be fixed.

ratson commented 1 year ago

Close as the latest version will download the chromium automatically.