Module won't recognize that platyPS is loaded
When trying to Import-Module Catesta, PowerShell 7 will throw an error:
Import-Module: The required module 'platyPS' is not loaded. Load the module or remove the module from 'RequiredModules' in the file '<UserDir>\Documents\PowerShell\Modules\Catesta\2.27.0\Catesta.psd1'.
Even manually using Import-Module platyPS will not alleviate this issue
Expected Behavior
Catesta module loads
Current Behavior
The above error is thrown
Context (Environment)
- Operating System and version as reported by
$PSVersionTable.OS: Microsoft Windows 10.0.26200 - PowerShell versions as reported by
$PSVersionTable.PSEdition: Core (PowerShell 7.5.3)
Which version of platyPS do you have loaded? You may have a newer version than 0.12.0, which I believe Catesta is still pinned to. @techthoughts2, have you started any testing with the new Microsoft.PowerShell.PlatyPS module yet?
I‘ll have to check when I'm back at work. Whatever version got installed along with Catesta, I didn't have platyPS before that.