You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Search the existing issues, especially the pinned issues.
Exception report
Oops, something went wrong.Please report this bug with ALL the details below, including both the 'Environment' and 'Exception' sections.Please report on GitHub: https://github.com/PowerShell/PSReadLine/issues/new?template=Bug_Report.mdThank you!### EnvironmentPSReadLine: 2.2.0-beta2PowerShell: 7.3.10OS: Microsoft Windows 10.0.22621BufferWidth: 120BufferHeight: 30Last 0 Keys
Exception
System.TypeLoadException: Could not load type 'System.Management.Automation.Subsystem.PredictionResult' from assembly 'Microsoft.PowerShell.PSReadLine.Polyfiller, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.
at Microsoft.PowerShell.PSConsoleReadLine.PredictionViewBase.Reset()
at Microsoft.PowerShell.PSConsoleReadLine.PredictionInlineView.Reset()
at Microsoft.PowerShell.PSConsoleReadLine.Prediction.Reset()
at Microsoft.PowerShell.PSConsoleReadLine.Initialize(Runspace runspace, EngineIntrinsics engineIntrinsics)
at Microsoft.PowerShell.PSConsoleReadLine.ReadLine(Runspace runspace, EngineIntrinsics engineIntrinsics, CancellationToken cancellationToken)
I cannot uninstall 7.1.3 andf have installed later versions but they wont run due to this error
would appreciate assistance to remove this version so i can run PoSh
Cannot taker a screenshot as this happens when the terminal loads
I cant run the nvironment script - the systrem is non responsive from start
### Screenshot
no screenshot
### Environment data
```console
7.1.3
Steps to reproduce
start terminal in powershell 0or just run powershell 7 in a command window always happens
Expected behavior
system ruins correctly
Actual behavior
i always get thgis error
The text was updated successfully, but these errors were encountered:
This issue was fixed in 2.2.0-beta3 version of PSReadLine. You can fix this by upgrading to the latest 2.3.4 version of PSReadLine.
To upgrade, simply run Install-Module PSReadLine -AllowPrerelease -Force from your PowerShell console.
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:
run pwsh -noprofile -noninteractive to start pwsh without loading PSReadLine
run Uninstall-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.
Prerequisites
Exception report
Exception
I cannot uninstall 7.1.3 andf have installed later versions but they wont run due to this error
would appreciate assistance to remove this version so i can run PoSh
Cannot taker a screenshot as this happens when the terminal loads
I cant run the nvironment script - the systrem is non responsive from start
Steps to reproduce
start terminal in powershell 0or just run powershell 7 in a command window always happens
Expected behavior
system ruins correctly
Actual behavior
i always get thgis error
The text was updated successfully, but these errors were encountered: