Created
August 7, 2021 10:43
-
-
Save asears/6128c7e23681db8d383766bb1a7e375c to your computer and use it in GitHub Desktop.
Upgrade 'PowerShellGet'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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