bino playwright install
bino relies on Playwright and real browser runtimes to render PDFs.
Use bino playwright install to download and configure these dependencies.
bino playwright install [flags]Common flags:
--browser– one or more browsers to install (for examplechromium).--driver-dir– custom directory for the Playwright driver and cache.--dry-run– show what would be installed without actually downloading.--quiet– reduce output noise.
Examples
Section titled “Examples”Install Chromium only:
bino playwright install --browser chromiumInstall multiple browsers:
bino playwright install --browser chromium --browser firefoxIf builds fail with Playwright or browser errors, rerun this command and verify that your environment has network and disk access.