I am trying to install Playwright using the command line without a prompt. It should pick up JavaScript and leave the other defaults.
I tried the following option:-
npm init playwright@latest -- --language=js --quiet --install-deps
It is still picking up Typescript. How to make it Javascript?