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
throw"$($context.Module)`: Module already exists at $installPath and -Update wasn't specified. This is a bug"
535
+
} else {
536
+
Write-Verbose"$($context.Module)`: Module already exists at $installPath but -Update was specified. This can happen because we did in fact have the latest version. Skipping."
537
+
continue
538
+
}
539
+
}
540
+
541
+
$context.InstallPath=$installPath
542
+
524
543
Write-Verbose"$module`: Starting Download for $($module.DownloadLink)"
525
544
if (-not$module.DownloadLink) {
526
545
throw"$module`: No Download Link found. This is a bug"
@@ -541,16 +560,14 @@ function Install-ModuleFastHelper {
541
560
$streamTasks.RemoveAt($thisTaskIndex)
542
561
543
562
#We are going to extract these straight out of memory, so we don't need to write the nupkg to disk
0 commit comments