Replies: 1 comment 5 replies
-
Did you ever find a resolution to this? I'm running into the same error. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Error
I'm currently struggling with getting Pupeteer back to work. I'm sure it worked before but somehow it doesn't work anymore. I installed my application on a Laravel Forge server. I followed the installation instructions on the website. This threw some errors which I managed to fix using this answer.
On my Laravel Forge server I am still, getting the following error:
When I try to locate the file I don't find a
browser.js
in the directory, but do find abrowser.cjs
. I am not familiar with the extension so I'm not sure if that is the cause that the module cannot be found. I already tried a newnpm install
and already installed puppeteer globally.Package versions
Puppeteer version: ^17.0.0
Browsershot version: ^3.57
Code
The code that causes the error:
Beta Was this translation helpful? Give feedback.
All reactions