MyTasks
MyTasks copied to clipboard
Unable to Install MyTasks when psake is already installed
Issue
PSVersion Table
Name Value
---- -----
PSVersion 7.2.1
PSEdition Core
GitCommitId 7.2.1
OS Microsoft Windows 10.0.19043
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
What is the syntax or expression you are using
Install-Module -Name MyTasks
What happens
Install-Package: The following commands are already available on this system:'Task'. This module 'MyTasks' may override the existing
commands. If you still want to install this module 'MyTasks', use -AllowClobber parameter.
What do you think should happen
If 'task' alias is removed, we can install and use these 2 packages without problem.