When I made up #1477, I actually thought about a question: should we reinstall the packages installed with a different node version.
For example, you installed oxlint globally with node v21.0.0, but now you are running vp update -g with node v25.0.0.
The reason why I have this question is different nodes can have different installing behaviors, like engine.node compatibility checks or some post-install scripts.
Originally posted by @liangmiQwQ in #1596 (review)
When I made up #1477, I actually thought about a question: should we reinstall the packages installed with a different node version.
For example, you installed
oxlintglobally withnode v21.0.0, but now you are runningvp update -gwithnode v25.0.0.The reason why I have this question is different nodes can have different installing behaviors, like
engine.nodecompatibility checks or some post-install scripts.Originally posted by @liangmiQwQ in #1596 (review)