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

an issues #1

Open
ourwa792 opened this issue Mar 13, 2024 · 2 comments
Open

an issues #1

ourwa792 opened this issue Mar 13, 2024 · 2 comments

Comments

@ourwa792
Copy link

can i get help with this error

Error: Could not find browser revision 818858. Run "PUPPETEER_PRODUCT=firefox npm install" or "PUPPETEER_PRODUCT=firefox yarn install" to download a supported Firefox browser binary.
at ChromeLauncher.launch

@jmulet
Copy link
Owner

jmulet commented Mar 13, 2024

Hi @ourwa792 ,

I am sorry but I cannot reproduce this issue in my local environment.

In principle, puppeteer should work with Google Chrome and there is no need to install firefox.
Make sure you have google chrome installed on your machine and tell, through an environment variable, to puppeteer the location of this executable.

For example, in linux you can find the path of an executable with
whereis google-chrome
Then, set the variable
export PUPPETEER_EXECUTABLE_PATH='/usr/bin/google-chrome'
and try to run the application.

@ourwa792
Copy link
Author

ourwa792 commented Mar 14, 2024 via email

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