PSReadline error #2995
Answered
by
daxian-dbw
gihanrangana
asked this question in
Q&A
PSReadline error
#2995
-
Beta Was this translation helpful? Give feedback.
Answered by
daxian-dbw
Nov 10, 2021
Replies: 2 comments 1 reply
-
Please update latest Beta4 version. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This issue was fixed in 2.2.0-beta3 version of PSReadLine. You can fix this by upgrading to the latest 2.2.0-beta4 version of PSReadLine. Instructions for doing so:
If you want to remove that beta version of PSReadLine and use the 2.1.0 version of PSReadLine that's shipped with PowerShell 7.2, you can:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
daxian-dbw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue was fixed in 2.2.0-beta3 version of PSReadLine. You can fix this by upgrading to the latest 2.2.0-beta4 version of PSReadLine. Instructions for doing so:
pwsh
.cmd.exe
run:pwsh -noprofile -command "Install-Module PSReadLine -AllowPrerelease -Force"
If you want to remove that beta version of PSReadLine and use the 2.1.0 version of PSReadLine that's shipped with PowerShell 7.2, you can:
pwsh -noprofile -noninteractive
to startpwsh
without loading PSReadLineUninstall-Module -Name PSReadLine -RequiredVersion <2.2.0-beta1 or 2.2.0-beta2> -AllowPrerelease
to remove the module. Or, you can manually remove that module folder.