Closed
Description
Checklist
- I have verified this is the correct repository for opening this issue.
- I have verified no other issues exist related to my problem.
- I have verified this is not an issue for a specific package.
- I have verified this issue is not security related.
What You Are Seeing?
When installing a package that has previously been installed, the cache is not properly cleared for the dependencies.
What is Expected?
The cache should be cleared of the dependencies.
How Did You Get This To Happen?
With Chocolatey Licensed 6.1.0-alpha installed run:
choco install notepadplusplus --dir "'c:\programs\npp'" --no-progress --version 8.2
choco uninstall notepadplusplus --forcedependencies -y
choco install notepadplusplus --dir "'c:\programs\npp'" --no-progress --version 8.2
This will result in an error that the installer for notepadplusplus.install cannot be found.
System Details
- Operating System: Windows 10
- Windows PowerShell version: 5.1
- Chocolatey CLI Version: 2.1.0-alpha
- Chocolatey Licensed Extension version: 6.1.0-alpha
- Chocolatey License type: Business
- Terminal/Emulator: conhost
Installed Packages
chocolatey 2.1.0-alpha
chocolatey.extension 6.1.0-alpha
Output Log
See Licensed extension issue
Additional Context
Licensed extension issue: https://gitlab.com/chocolatey/collaborators/choco-licensed/-/issues/682