Some way to manage the other npm alternatives (pnpm/yarn) since they have their own globally installed packages #2684
josh-hemphill
started this conversation in
Ideas
Replies: 2 comments
-
I will investigate this |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is exactly what I'm interested in too. I ditched npm entirely and reinstalled all globally installed Node.js packages using Yarn. I would really love to see Yarn support in UniGetUI. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There's also the issue of updating npm/pnpm/yarn themselves. I've been updating pnpm via winget but that keeps breaking and I think they've released their own self-updater that manages another process to keep the update from breaking itself on windows. Maybe Node's corepack would be the answer since it can manage installing/updating any of the three?
But for me having the NPM update management is useless since my default for everything is PNPM, so some way to change the default manager binary or the ability to manage updates to all three's global packages would be useful.
Beta Was this translation helpful? Give feedback.
All reactions