Puppeteer

Puppeteer is a library for launching and remotely controlling Chromium and Firefox browser instances. It's useful for testing and automating web applications.

Troubleshooting installation

Since Yarn doesn't output messages from packages during installation hooks it can be difficult to troubleshoot installation. Use --ignore-scripts, and manually execute the script in a console to see what's wrong.

yarn install --ignore-scripts
cd node_modules/puppeteer/
yarn exec node install.js