PowerShellGetFormatVersion is not supported by the current version of PowerShellGet.

Posted by

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.

Leave a Reply

Your email address will not be published. Required fields are marked *