[FEATURE REQUEST] Add JavaScript Package Manager: Yarn (yarn), Performant Node Package Manager (pnpm) And JavaScript Package Manager (jspm) In UniGetUI
Please confirm these before moving forward.
- [x] I have searched for my feature proposal and have not found a work-in-progress/duplicate/resolved/discarded issue.
- [x] This proposal is a completely new feature. If you want to suggest an improvement or an enhancement, please use this template.
Describe the new feature
Can You Add JavaScript Package Manager In UniGetUI Such As: Yarn (yarn), Performant Node Package Manager (pnpm) And JavaScript Package Manager (jspm).
Describe how this new feature could help users
It Will Benefit Lots Of People And Save Time Too.
Was hoping the ability to change the executable would help, but pnpm uses a --format flag instead of the --parsable flag that UnigetUI calls with, which means I still don't see any updates for my JS packages 😔
the problem with this is that the "Node" ecosystem is very fragmented.
already 4 major package managers (including NPM), + you can also now handle package updates with runtimes (Deno and Bun)
Was hoping the ability to change the executable would help, but
pnpmuses a--formatflag instead of the--parsableflag that UnigetUI calls with, which means I still don't see any updates for my JS packages 😔
I see no easy way to fix this beyond a rewrite of the npm code to have effectively four subpackage managers that it uses to craft arguments and such.