Skip to content

Instantly share code, notes, and snippets.

@asears
Created August 7, 2021 10:43
Show Gist options
  • Select an option

  • Save asears/6128c7e23681db8d383766bb1a7e375c to your computer and use it in GitHub Desktop.

Select an option

Save asears/6128c7e23681db8d383766bb1a7e375c to your computer and use it in GitHub Desktop.
Upgrade 'PowerShellGet'
# Fix for error.
# WARNING: The version '1.4.7' of module 'PackageManagement' is currently in use. Retry the operation after closing the applications.
# Substitute version for latest here.
# https://www.powershellgallery.com/packages/PowerShellGet/2.2.5
Update-Module -Name PowerShellGet -RequiredVersion 2.2.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment