Hey, I had a similar issue with the update file puppeteer thing. What worked for me was using a different package manager. I switched from npm to yarn and it fixed the problem.
You can try running `yarn add puppeteer` and see if that helps.
You can try running `yarn add puppeteer` and see if that helps.
