Nuget Installation Error

I am trying to install Nuget on Visual Studio 2013, but unfortunately this gives me the following error. Has anyone encountered the same problem?

enter image description here

Here is the log report:

VSIXInstaller.NoApplicableSKUsException: This extension is not installed on any products currently installed. in VSIXInstaller.App.InitializeInstall () in System.Threading.Tasks.Task.InnerInvoke () in System.Threading.Tasks.Task.Execute ()

+4
source share
1 answer

Visual Studio 2013 comes preloaded with the NuGet package manager and therefore cannot be installed manually.

+5
source

All Articles