You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let us know what functionality you'd like to see in Playwright and what your use case is.
Do you think others might benefit from this as well?
Feat
Use C/C++ package manager like microsoft/vcpkg to manage C/C++ dependency
BUG
$ sudo npx playwright install-deps
BEWARE: your OS is not officially supported by Playwright; installing dependencies for Ubuntu as a fallback.
Installing dependencies...
Switching to root user to install dependencies...
sh: line 1: apt-get: command not found
Failed to install browser dependencies
Error: Installation process exited with code: 127
$ npm exec -- playwright test
...
Error: browserType.launch:
...
║ Host system is missing dependencies to run browsers. ║
║ Missing libraries:
...
Linux
Depending on your Linux distribution, you might need to install additional dependencies to run the browsers.
note
Only Debian 11, Ubuntu 20.04 and 22.04 are officially supported.
@loynoir I'm sorry, but ArchLinux is not currently supported by Playwright. The demand for the OS is tracked in the #8100 - please, upvote that bug to bump it's priority. I'll close this one instead of the earlier one.
Let us know what functionality you'd like to see in Playwright and what your use case is.
Do you think others might benefit from this as well?
Feat
Use C/C++ package manager like
microsoft/vcpkg
to manage C/C++ dependencyBUG
Link
https://playwright.dev/docs/troubleshooting#linux
Related
install-deps
#21336install-deps
should be more friendly to users of other Linux distros #11122The text was updated successfully, but these errors were encountered: