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)
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)
$PSVersionTable.OS: Microsoft Windows 10.0.26200$PSVersionTable.PSEdition: Core (PowerShell 7.5.3)