Steps to Reproduce
- Use mise polyglot tool to install pnpm
mise use -g pnpm
- run ncu on repo
- it fails in installation setup
pnpm.cmd is not a cmdlet .......
Logical Bug
If you use mise or scoop, pnpm is installed as binary and available as pnpm without extension. The fix is to try with pnpm first, if it fails try pnpm.cmd, then show error.
