To solve this error, start PowerShell as Administrator:
1 2 3 4 5 |
#Run Install-PackageProvider Nuget –Force #And Install-Module –Name PowerShellGet –Force |
Then close that Window and open a new one. Problem Solved.
Blogging about some random IT challenges
To solve this error, start PowerShell as Administrator:
1 2 3 4 5 |
#Run Install-PackageProvider Nuget –Force #And Install-Module –Name PowerShellGet –Force |
Then close that Window and open a new one. Problem Solved.