webdriverio / create-wdio

One-line installer for WebdriverIO
https://webdriver.io
MIT License
21 stars 9 forks source link

Runs incorrect package manager #769

Closed alcpereira closed 3 days ago

alcpereira commented 5 days ago

Description

I was trying to reproduce a bug in wdio and I used pnpm create wdio ./e2em and I was prompted with:

? Do you want me to run `npm install` yes

My guts tell me the issue is within @wdio/cli, let me know if I should open the issue in the other repo.

christian-bromann commented 3 days ago

This comes from here and should be fixed within detectPackageManager. You want to give us a hand?