PowerShell / SecretStore

MIT License
155 stars 23 forks source link

Updating module in pwsh 7.2 #95

Open davesbrown opened 2 years ago

davesbrown commented 2 years ago

From issue #61

I have a similar issue, but maybe not, perhaps a different issue?

I can use the modules in pwsh 7.2 but when using update-module or Get-InstalledModule it does not show up (says was not installed using Install-Module)

The module does show up in powershell 5.1 with Get-InstalledModule

I want to update the module, and I'm fairly certain I didn't do any other type of installation for pwsh. What is best course of action to update in pwsh 7.2 (desiring to using the Install-Module method)

Originally posted by @davesbrown in https://github.com/PowerShell/SecretStore/issues/61#issuecomment-1099352776