devika icon indicating copy to clipboard operation
devika copied to clipboard

playwright requires root access to install browsers with their dependencies

Open tchayintr opened this issue 1 year ago • 2 comments

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 avatar Apr 06 '24 02:04 tchayintr

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

Polygons1 avatar Apr 06 '24 06:04 Polygons1

See pr #317

jmtatsch avatar Apr 07 '24 07:04 jmtatsch

solved by #317

ARajgor avatar Apr 28 '24 05:04 ARajgor