To solve this error, start PowerShell as Administrator:
#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:
#Run
Install-PackageProvider Nuget –Force
#And
Install-Module –Name PowerShellGet –Force
Then close that Window and open a new one. Problem Solved.