Install-Module Reinstall Warning needs clarification.
JustinGrote opened this issue · 0 comments
JustinGrote commented
Summary of the new feature / enhancement
❯ install-module importexcel -Force
WARNING: Resource 'ImportExcel' with version '7.8.5' is already installed. If you would like to reinstall, please run the cmdlet again with the -Reinstall parameter
Proposed technical implementation details (optional)
Should get intercepted and replaced with Update-Module, or replace the cmdlet reference with the PSResourceGet equivalent.