Can't install Octopack

Hi,
I am using VS 2013 and developing c# web project. When I try to install octopack from Nuget Package Manager console, I got the following error:
PM> Install-Package OctoPack
Install-Package : Unable to find package ‘OctoPack’.
At line:1 char:16

  • Install-Package <<<< OctoPack
    • CategoryInfo : NotSpecified: (:slight_smile: [Install-Package], InvalidOperationException
    • FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand

Any idea?

Thanks,
Harry

Hi Harry,

Thanks for getting in touch!
We generally see this error when the NuGet feed isn’t linked within the project. Is that something you can check for me?

Cheers
Vanessa

Thanks Vanessa,

Yes, you are correct. It is fixed now.

Regards,

Harry Chen