PSSQLite
PSSQLite copied to clipboard
Conflicting commandlet in PSSQLite with powershellget
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