Unable to Install Module UniversalAutomation.Dashboard

When I try to install the module I receive the following error

PS C:\Program Files\PowerShell\6> Find-Module -Name UniversalAutomation.Dashboard | Install-Module
PackageManagement\Find-Package : No match was found for the specified search criteria and module name 'UniversalAutomation.Dashboard'. Try Get-PSRepository to see all available registered module repositories.
At C:\program files\powershell\6\Modules\PowerShellGet\PSModule.psm1:8850 char:9
+         PackageManagement\Find-Package @PSBoundParameters | Microsoft ...
+         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo          : ObjectNotFound: (Microsoft.PowerShel\u2026Cmdlets.FindPackage:FindPackage) [Find-Package], Exception
+ FullyQualifiedErrorId : NoMatchFoundForCriteria,Microsoft.PowerShell.PackageManagement.Cmdlets.FindPackage

I have tried version 5 ,6, and 7 versions of powershell running under Administrator, not using ISE. AutomationDashboard installed just fine standalone. I am trying to get this evaluated in time to get it approved while the introductory price is in effect.

Hey @jmeier64,
Since it’s a pre-release module, you will need to use the -AllowPrerelease switch.

Install-Module UniversalAutomation.Dashboard -AllowPrerelease