Hey, I had the same issue with the update file puppeteer thing. Turns out, it was a caching issue. Clearing the npm cache fixed it for me.
Run `npm cache clean --force` and then reinstall Puppeteer. That should do the trick.
Run `npm cache clean --force` and then reinstall Puppeteer. That should do the trick.
