Has Anyone Successfully Set Up Puppeter ISO? Need Tips and Troubleshooting Help!

7 Replies, 1297 Views

Hey! I feel your pain with puppeter iso. I had the same issue with missing dependencies. Turns out, I was missing some system libraries like `libnss3` and `libatk-bridge2.0`.

Try running `sudo apt-get install -y libnss3 libatk-bridge2.0` if you're on Ubuntu. Also, make sure your Node.js version is compatible. I switched to Node 16 and it worked like a charm.

If it hangs midway, try running puppeter iso with `--no-sandbox` flag. It’s not ideal for production, but it helps debug. Good luck!

Messages In This Thread



Users browsing this thread: 1 Guest(s)