Issues upgrading from v2 to v3 #328
Answered
by
lnu
glenncarr
asked this question in
Troubleshoot
|
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, |
Answered by
lnu
Jan 10, 2021
Replies: 2 comments 1 reply
|
you can also add the |
1 reply
|
You can try to remove it by hand(like here). Was it installed using PowershellGet? |
0 replies
Answer selected by
JanDeDobbeleer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


You can try to remove it by hand(like here). Was it installed using PowershellGet?
You can check installed modules with
Get-InstalledModule -Verbose.