Error: Could not find Chrome (ver. 119.0.6045.105). This can occur if either #807
Replies: 3 comments
-
|
anyone to help? |
Beta Was this translation helpful? Give feedback.
-
|
Hello, this post is helped to solve this issue. |
Beta Was this translation helpful? Give feedback.
-
|
I was in the same boat, and it took me an uncomfortable amount of time to figure it out. maybe somebody can save time with this approach. I created the following file within the root dir of the project: .puppeteerrc.cjs and added the following script to package.json |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
`Error: Could not find Chrome (ver. 119.0.6045.105). This can occur if either
npm install) orFor (2), check out our guide on configuring puppeteer at https://pptr.dev/guides/configuration.`
tried to fix this issue with few node.js versions(16/18/20) and pupeeter versions to my Laravel project (5.8). but issue is still available. Also tried with downgrading Browsershot version to 3.47.
please help to resolve this. Thanks

Beta Was this translation helpful? Give feedback.
All reactions