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
if ($previousInstallDir-and (Test-NestedInstallDir-OldDir $previousInstallDir-NewDir $InstallDir)) {
748
+
Write-Error-Exit "Previous Vite+ install at $previousInstallDir overlaps with VP_HOME $InstallDir. Choose a separate VP_HOME or remove the previous install first."
if [ -n"$previous_install_dir" ] && is_nested_install_dir "$previous_install_dir""$INSTALL_DIR";then
1024
+
error "Previous Vite+ install at $previous_install_dir overlaps with VP_HOME $INSTALL_DIR. Choose a separate VP_HOME or remove the previous install first."
1025
+
fi
988
1026
989
1027
local platform
990
1028
platform=$(detect_platform)
@@ -1177,6 +1215,8 @@ WRAPPER_EOF
1177
1215
# Setup Node.js version manager (shims) - separate component
0 commit comments