Won't import on Linux due to casing mismatch on types.ps1xml
fsackur opened this issue · 1 comments
fsackur commented
Hi, I get this on PS v7.1.0 on Linux when importing from source (I can import the built module fine):
ipmo ./Selenium.psd1
Import-Module: The member 'TypesToProcess' in the module manifest is not valid: Cannot find path '/home/mich8638/gitroot/selenium-powershell/types/Selenium.types.ps1xml' because it does not exist.. Verify that a valid value is specified for this field in the '/home/mich8638/gitroot/selenium-powershell/Selenium.psd1' file.
Selenium.psd1 contains this:
types/Selenium.types.ps1xml
the actual filename is this:
types/Selenium.Types.ps1xml
I'm trying to import form source because I'm trying to figure out why the module isn't working for me - I can't log an issue for that until I understand it ;-) FWIW I'm pretty sure it's about proxy settings, but I can't get the driver to respect the ones I rpovide.
fsackur commented
I don't mind if you close this - I see I have failing tests, but if I'm honest, I probably won't get round to figuring them out myself, and I don't expect others to do so on my behalf.