Get the latest version of the PowerShellGet module to install this module

I keep getting this error when trying to install the community edition even though PowerShellGet is on latest version 2.1.2

WARNING: The specified module ‘UniversalDashboard.Community’ with PowerShellGetFormatVersion ‘2.0’ is not supported by
the current version of PowerShellGet. Get the latest version of the PowerShellGet module to install this module,
‘UniversalDashboard.Community’.

This is a PS issue. To fix, run (elevated):

Install-PackageProvider Nuget –Force

then

Install-Module –Name PowerShellGet –Force

then close your console, and reopen it before installing universaldashboard.community again.

2 Likes

Thanks, i just had to restart the console for it to work…