Hey! I had the same issue with the update file puppeteer thingy last week. Turns out, it was a version mismatch.
Try running `npm install puppeteer@latest` to make sure you're on the latest version. Also, check if your Node.js is updated. Sometimes that’s the sneaky culprit.
If that doesn’t work, maybe try using `puppeteer-core` instead? It’s lighter and might avoid some of the random errors.
Good luck!
Try running `npm install puppeteer@latest` to make sure you're on the latest version. Also, check if your Node.js is updated. Sometimes that’s the sneaky culprit.
If that doesn’t work, maybe try using `puppeteer-core` instead? It’s lighter and might avoid some of the random errors.
Good luck!
