-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot load PSReadline module. Console is running without PSReadline. #7257
Comments
Does this happen in the vintage console window (i.e. running powershell directly), or only in the Windows Terminal? What version of PSReadline are you using? ( |
no, it happens only in Windows Terminal. but it works in normal PowerShell
|
That's certainly weird. How did you install PowerShell 6? |
yeah, that was the problem. my PowerShell version is 5.1 but I had installed version 7 and that works fine |
Hi I find my solution Here https://stackoverflow.com/questions/54636948/entity-framework-powershell-script-cannot-be-loaded-by-visual-studio-because-its |
i am also having same type of problem when I run powershell 5 below message appears Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows One or more errors occurred. and i installed powershell 7 it's work fine but i dont know how to make powershell 7 as default in visual studio |
@AmirrezaG hero of the day, solved the issue for me as well! Thank you!!! P.s.: Logged in precisely to do this! Cheers! |
Out of no where I experienced this after running several software updates. I did not have an untrusted Microsoft certificate listed that's been suggested here. I traced this back to a profile reset which changed the execution policy to |
That did it - appreciate you! |
Check your execution policy is set to
|
You are a life saver Man.. Thanks..!! |
Installed latest PS and worked for me:
|
that worked, Thanks ! |
when starting the terminal its shows that and it features has to disable
Environment
The text was updated successfully, but these errors were encountered: