astefanutti / decktape

PDF exporter for HTML presentations
MIT License
2.19k stars 176 forks source link

Error: Could not find browser revision 768783. #230

Closed Crowerade closed 3 years ago

Crowerade commented 3 years ago

When i try to export from reveal to pdf taping : decktape file.html file.pdf

I get the following error :

Error: Could not find browser revision 768783. Run "npm install" or "yarn install" to download a browser binary.
  at ChromeLauncher.launch (/usr/lib/node_modules/decktape/node_modules/puppeteer/lib/cjs/node/Launcher.js:86:23)
  at async /usr/lib/node_modules/decktape/decktape.js:193:19

Can anyone help me please ?

astefanutti commented 3 years ago

It seems the local Chromium browser is not installed and cannot be fetched.

I'd suggest to try re-installing Decktape, possibly by cleaning the /usr/lib/node_modules/decktape directory first.

I've found https://stackoverflow.com/questions/62820586/error-could-not-find-browser-revision-756035-run-npm-install that seems similar.

Crowerade commented 3 years ago

It seems the local Chromium browser is not installed and cannot be fetched.

I'd suggest to try re-installing Decktape, possibly by cleaning the /usr/lib/node_modules/decktape directory first.

I've found https://stackoverflow.com/questions/62820586/error-could-not-find-browser-revision-756035-run-npm-install that seems similar.

All right, it worked, thanks so much ! Merci !

astefanutti commented 3 years ago

Thanks for the feedback, I'm glad it works!