Hey! I’ve been using puppeter iso for a while now, and yeah, the setup can be tricky. The missing dependencies error is super common.
Try running `npm install -g puppeteer` and then `npm install` in your project folder. Also, make sure you’re not running out of disk space. That caused my setup to hang once.
If all else fails, try this GitHub thread: [Puppeteer ISO Issues](https://github.com/puppeteer/puppeteer/issues). It’s got tons of fixes.
Try running `npm install -g puppeteer` and then `npm install` in your project folder. Also, make sure you’re not running out of disk space. That caused my setup to hang once.
If all else fails, try this GitHub thread: [Puppeteer ISO Issues](https://github.com/puppeteer/puppeteer/issues). It’s got tons of fixes.
