mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2026-05-04 00:21:49 +00:00
30fdd3ae66
Linkwarden's apps/web/package.json has a postinstall hook that runs 'playwright install --with-deps chromium' automatically during yarn install. The explicit 'npx playwright install-deps' and 'npx playwright install' are redundant and break under Yarn 4 PnP, where npx gets intercepted by Yarn's command resolution resulting in: Usage Error: Couldn't find a script named 'playwright'. Fixes #12586