MyTasks icon indicating copy to clipboard operation
MyTasks copied to clipboard

Unable to Install MyTasks when psake is already installed

Open tiksn opened this issue 3 years ago • 2 comments

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.

tiksn avatar Jan 18 '22 09:01 tiksn