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
For now, Vite+ skips run vp env setup --refresh when users choose not to let vp manage node env. However, vp env setup --refresh not only includes node env shims but also vpr and vpx shims. That will make these binary missed.
Describe the bug
Refs: #2091 (comment)
For now, Vite+ skips run
vp env setup --refreshwhen users choose not to let vp manage node env. However,vp env setup --refreshnot only includes node env shims but alsovprandvpxshims. That will make these binary missed.We have two different ways to handle this:
vp env setup --refresh, and setsystem-firstmode if users don't want Vp to manage their node versions (reduce confusion like thisvpxshorthand does not get set up on Windows #2091 (comment), but behavior changes)vp env setup --refresh, but manually generate these shims in the install program. (Minimal)