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
If you are using the version of PSReadLine that ships with Windows PowerShell, you need to run: powershell -noprofile -command "Install-Module PSReadLine -Force -SkipPublisherCheck -AllowPrerelease.
this didn't work for me.
I kept getting the error Install-Module : A parameter cannot be found that matches parameter name AllowPrerelease.
turns out the default install of powershell on my work machine had an outdated version of PowershellGet