Issues upgrading from v2 to v3 #328
-
I apologize in advance if I've overlooked some obvious documentation. I'm trying to upgrade from v2 to v3 and seeing the following. How do I explicitly uninstall v2? Using PowerShell Core 7.1.0. Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
you can also add the |
Beta Was this translation helpful? Give feedback.
-
You can try to remove it by hand(like here). Was it installed using PowershellGet? |
Beta Was this translation helpful? Give feedback.
You can try to remove it by hand(like here). Was it installed using PowershellGet?
You can check installed modules with
Get-InstalledModule -Verbose
.