-
Notifications
You must be signed in to change notification settings - Fork 12
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
Comments
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. For example, in linux you can find the path of an executable with |
thanks for your advice
where i can found
export PUPPETEER_EXECUTABLE_PATH='/usr/bin/google-chrome'
…On Wed, Mar 13, 2024 at 8:12 PM Josep Mulet Pol ***@***.***> wrote:
Hi @ourwa792 <https://github.com/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.
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A764XBULW5OGNIT6FHGTNM3YYCJJVAVCNFSM6AAAAABEUD6LYWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOJVGI2DAMJWGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
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
The text was updated successfully, but these errors were encountered: