So, I got chocolatey up and running. But, I noticed that the cmdlets are not working. As in, if try to do anything using choco commands; ex: choco install vlc, it works just fine. However, if I try using good old cmdlets;
ex: Install-Package -Name vlc -Source chocolatey,
it keeps giving me angry warnings about not finding the chocolatey-core.extension.
The letteral message is:-
WARNING: NuGet: System.InvalidOperationException: Unable to find version '1.3.5.1' of package
'chocolatey-core.extension'.
WARNING: NuGet: at NuGet.PackageRepositoryHelper.ResolvePackage(IPackageRepository sourceRepository,
IPackageRepository localRepository, IPackageConstraintProvider constraintProvider, String packageId,
SemanticVersion version, Boolean allowPrereleaseVersions)
WARNING: NuGet: at NuGet.PackageManager.InstallPackage(String packageId, SemanticVersion version,
Boolean ignoreDependencies, Boolean allowPrereleaseVersions)
WARNING: NuGet: at NuGet.Commands.InstallCommand.InstallPackage(IFileSystem fileSystem, String
packageId, SemanticVersion version)
WARNING: NuGet: at NuGet.Program.Main(String[] args)
WARNING: NuGet: System.InvalidOperationException: Unable to find version '3.0.11' of package 'vlc'.
I'm sorry if it is a bit trivial question, but I have tried to get it to work properly for quite some time now and it is really bugging me. I have followed the installation procedure on the chocolatey website, and I have unregistered then registered chocolatey as a package source. Also, If I try to update it, it says I am already running the latest version (both for the power shell and choco). Is this normal? Should I just forget about it?... In all seriousness though, what did I do wrong?