You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the module only supports installation and uninstallation of modules. We could add support for the Update-Module cmdlet to update existing installations of modules, thus retaining only a single installed module rather than side-by-side installations.
How should we implement this, and should we implement it? Perhaps through an 'UpdateExistingVersion' property on the moduleresource that updates any modules it finds rather than installs a newer version?
The text was updated successfully, but these errors were encountered:
Right now the module only supports installation and uninstallation of modules. We could add support for the Update-Module cmdlet to update existing installations of modules, thus retaining only a single installed module rather than side-by-side installations.
How should we implement this, and should we implement it? Perhaps through an 'UpdateExistingVersion' property on the moduleresource that updates any modules it finds rather than installs a newer version?
The text was updated successfully, but these errors were encountered: