Support displaying multiple versions of locally installed packages
See original GitHub issueSeems I had 2 chocolatey packages installed, one was old version 0.9.10.3 which caused the problem and choco uninstall chocolatey --version=0.9.10.3
fixed the issue.
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (8 by maintainers)
Top Results From Across the Web
how to install multiple versions of package using npm
The best idea I've come up with is to "clone" a package, and publish it with a slightly different name. For example, if...
Read more >When you have multiple versions of a package installed on ...
Is there some way to list all the packages you are running and their versions? I think this would do it: (require 'cl-lib)...
Read more >Does chocolatey allow to have multiple versions of same ...
1 Answer. So yes, it is possible to have multiple versions of the same package installed, however, it depends on "what" exactly is...
Read more >How to List Python Packages - Globally Installed vs Locally ...
Click to list both globally and locally installed Python packages with Pip, Pipenv, Anaconda Navigator, and Conda.
Read more >Managing Multiple Python Versions With pyenv
In this step-by-step tutorial, you'll learn how to install multiple Python versions and switch between them with ease, including project-specific virtual ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Cool. Will fix that later this evening.
Looks like this issue is already resolved! At some point during the Chocolatey interface rework, the package caching code got ditched. That being said, we don’t respect SxS, so I’m going to fix that.