Hey, I feel you! puppeter iso can be a nightmare. I got it working by downgrading to an older version of puppeteer. Try `npm install puppeteer@13.0.0`.
Also, if it hangs, try running it in headless mode with `headless: true` in your config. Sometimes the GUI stuff messes it up.
Good luck, and don’t give up!
Also, if it hangs, try running it in headless mode with `headless: true` in your config. Sometimes the GUI stuff messes it up.
Good luck, and don’t give up!
