devika
devika copied to clipboard
playwright requires root access to install browsers with their dependencies
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?
playwright needs to install dependencies and it uses the built in package manager and that requires root access
See pr #317
solved by #317