-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support corepack -g ls command #566
Comments
What use case do you have in mind? I'm not sure I understand why it would matters which package managers are installed. |
My colleague is experiencing an issue where downloading pnpm using corepack always returns a 302 error. I want to verify if I encounter the same problem when accessing pnpm. However, I've installed almost every version of pnpm, and I'm wondering if there's a command to query the installed versions( As a side note, the http 302 issue was resolved for my colleague after upgrading to the latest corepack. |
In that case, I would set the debug environment variable ( |
It is a common case to determine which versions of pnpm are installed on a system, as well as confirm the default global pnpm version. |
related to #553
suggest adding a command like
corepack -g ls
to list all globally installed package managers' configurations. This would allow users to easily view the package managers available in their system and switch between them.The text was updated successfully, but these errors were encountered: