tdwright / contabs

Simple yet flexible tables for console apps.
MIT License
54 stars 20 forks source link

Error when installing #52

Closed levimatheri closed 6 years ago

levimatheri commented 6 years ago

Why am I getting these errors?

`Install-Package : NU1108: Cycle detected. ConTabs.tdwright -> ConTabs.tdwright (>= 1.2.0). At line:1 char:1 Install-Package ConTabs.tdwright -Version 1.2.0 CategoryInfo : NotSpecified: (:) [Install-Package], Exception FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand

Install-Package : Package restore failed. Rolling back package changes for 'ConTabs'. At line:1 char:1 Install-Package ConTabs.tdwright -Version 1.2.0 CategoryInfo : NotSpecified: (:) [Install-Package], Exception FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand`

Chandler-Davidson commented 6 years ago

Seems like an issue with Nuget or VS, here's some help.

levimatheri commented 6 years ago

Thank you but that didn't help. I fixed it by going to ConTabsDemo-DotNetCore, there was an error there and I simply removed the dependency then installed the package again and voila!