Describe the bug
Ideally, all global pm commands in Vite+ like vp outdated -g, vp update -g, vp install -g, vp uninstall -g should be used to control packages inside ~/.vite-plus/packages.
However, vp outdated -g and vp why -g here just delegate the command to npm with a --global field, makes it show packages managed by the corresponding pm, not Vite+'s global packages.
It needs Vite+ to implement vp outdated -g and vp why -g here.
Reproduction
https://github.com/liang-demos/vp-global-outdated.git
Steps to reproduce
Validations
Describe the bug
Ideally, all global pm commands in Vite+ like
vp outdated -g,vp update -g,vp install -g,vp uninstall -gshould be used to control packages inside~/.vite-plus/packages.However,
vp outdated -gandvp why -ghere just delegate the command tonpmwith a--globalfield, makes it show packages managed by the corresponding pm, not Vite+'s global packages.It needs Vite+ to implement
vp outdated -gandvp why -ghere.Reproduction
https://github.com/liang-demos/vp-global-outdated.git
Steps to reproduce
Validations