mirror of
https://github.com/coleam00/Archon.git
synced 2025-12-24 02:39:17 -05:00
The --with-deps flag was causing build failures on some systems because: - We already manually install all Playwright dependencies (lines 26-49) - --with-deps attempts to reinstall these packages - This causes package conflicts and build failures on Windows/WSL The core fix (ENV PLAYWRIGHT_BROWSERS_PATH) remains the same.