Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

playwright requires root access to install browsers with their dependencies #379

Closed
tchayintr opened this issue Apr 6, 2024 · 3 comments

Comments

@tchayintr
Copy link

Hi, thank you for making Devika!

I'm trying to install Playwright dependencies using playwright install --with-deps , but it's requesting root access (Switching to root user to install dependencies...).
Could you suggest ways to install these dependencies without root privileges?

@tchayintr tchayintr changed the title Installing playwright requires root access playwright requires root access to install browsers with their dependencies Apr 6, 2024
@Polygons1
Copy link

playwright needs to install dependencies and it uses the built in package manager and that requires root access

@jmtatsch
Copy link
Contributor

jmtatsch commented Apr 7, 2024

See pr #317

@ARajgor
Copy link
Collaborator

ARajgor commented Apr 28, 2024

solved by #317

@ARajgor ARajgor closed this as completed Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants