Password needed for install dependencies

when i’m use sudo npx playwright install-deps return sudo not found
when i’m use playwright install-deps at console menu , needed password for next step

please help me to install playwright

Can you try to add npm install playwright as part of your build command?

I have the same issue. I’m not able to playwright install-deps, which is necessary to run playwright …

Running as build command did not work for me.