You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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(corepack -g ls but it doesn't exist). This would help me determine which specific version I need to test that I haven't installed yet.
As a side note, the http 302 issue was resolved for my colleague after upgrading to the latest corepack.
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: