Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conflicting commandlet in PSSQLite with powershellget #33

Open
IonutDanNica opened this issue Jun 11, 2021 · 0 comments
Open

Conflicting commandlet in PSSQLite with powershellget #33

IonutDanNica opened this issue Jun 11, 2021 · 0 comments

Comments

@IonutDanNica
Copy link

I tried installing PSSQLlite 1.1.0 but there is a conflict as can be seen below:

PackageManagement\Install-Package : The following commands are already available 
on this system:'Out-DataTable'. This module 'PSSQLite' may override the existing 
commands. If you still want to install this module 'PSSQLite', use -AllowClobber 
parameter.
At C:\Program 
Files\WindowsPowerShell\Modules\PowerShellGet\2.2.5\PSModule.psm1:9711 char:34
+ ... talledPackages = PackageManagement\Install-Package @PSBoundParameters
+                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (Microsoft.Power....InstallPacka 
   ge:InstallPackage) [Install-Package], Exception
    + FullyQualifiedErrorId : CommandAlreadyAvailable,Validate-ModuleCommandAlre 
   adyAvailable,Microsoft.PowerShell.PackageManagement.Cmdlets.InstallPackage

I can install 1.0.3 just fine, the issue seems introduced in 1.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant