Skip to content

[Q] How to switch to 1.2 version #860

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

Closed
silverqx opened this issue Feb 22, 2019 · 1 comment
Closed

[Q] How to switch to 1.2 version #860

silverqx opened this issue Feb 22, 2019 · 1 comment

Comments

@silverqx
Copy link

How can I downgrade to 1.2 version?

The 1.2 version is in $env:PSModulePath

- c:\Program Files\WindowsPowerShell\Modules\PSReadline\
|- 1.2
|- 2.0.0

I tried:

Install-Module -Name PSReadLine -RequiredVersion 1.2

But 2.0.0 version is installed.

Thank you for any advice.

@silverqx
Copy link
Author

silverqx commented Mar 6, 2019

I resolved this, I have to manually delete 2.0.0 version at c:\Program Files\WindowsPowerShell\Modules\PSReadline\2.0.0, after that

Install-Module -Name PSReadLine -RequiredVersion 1.2

works as expected.

@silverqx silverqx closed this as completed Mar 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant