Man, I’ve been there. The update file puppeteer issue is annoying af. One thing you can try is downgrading to an older version of Puppeteer. Sometimes the latest updates have bugs that haven’t been ironed out yet.
Check out npmjs.com for older versions. Just run `npm install puppeteer@<version>` and see if that helps.
Check out npmjs.com for older versions. Just run `npm install puppeteer@<version>` and see if that helps.
