Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading browserError: Browser is not downloaded. Run "npm install" or "yarn install" on executing puppeteer cli command #22

Open
theumairriaz opened this issue Jan 1, 2021 · 1 comment

Comments

@theumairriaz
Copy link

No description provided.

@caub
Copy link

caub commented Jan 3, 2022

workaround:

const renderLottie = require('puppeteer-lottie');

await renderLottie({
  path: 'path/to/input.json',
  output: 'path/to/input.mp4',
  puppeteerOptions: {
    executablePath: 'google-chrome' // my local chrome path, I'm using linux
  }
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants