The flag --format is unknown. It seems that the package is now detecting the format automatically from the output file.
err: bad usage: failed to parse flags: unknown flag: --format
Creating SVGs works just fine, but when I try to render a png it fails to install dependencies. Would it be possible to include it in the distributable from the start?
# When creating a png
err: failed to install Playwright: could not install driver: could not install driver: error: got non 200 status code: 404 (404 Not Found) from https://playwright.azureedge.net/builds/driver/playwright-1.47.2-win32_x64.zip
err: error: got non 200 status code: 404 (404 Not Found) from https://playwright-akamai.azureedge.net/builds/driver/playwright-1.47.2-win32_x64.zip
err: error: got non 200 status code: 404 (404 Not Found) from https://playwright-verizon.azureedge.net/builds/driver/playwright-1.47.2-win32_x64.zip
The flag
--formatis unknown. It seems that the package is now detecting the format automatically from the output file.Creating SVGs works just fine, but when I try to render a png it fails to install dependencies. Would it be possible to include it in the distributable from the start?