When I try to install the templates using 'dotnet new -i Umbraco.Templates' nothing is happening. It's just listing the existing templates without installing anything.
I do have the .NET 5 SDK installed, I've tried both PowerShell and regular Command prompt.
It may have something to do with I have some nuget feeds that require username / password in an interactive way. Meaning cannot be stored in memory or otherwise along with the feeds.
I have this exact same problem... nothing happening - and I checked everything with .NET is correctly installed. Also tried to force the nuget-source but that didn't help either... This is becoming frustrating.
Templates for Umbraco 9 not getting installed
When I try to install the templates using 'dotnet new -i Umbraco.Templates' nothing is happening. It's just listing the existing templates without installing anything.
I do have the .NET 5 SDK installed, I've tried both PowerShell and regular Command prompt.
Anyone have any idea?
I had to force nuget source for some reason.
Maybe worth mentioning in some documentation?
dotnet new --install Umbraco.Templates --nuget-source "https://api.nuget.org/v3/index.json" --interactive
It may have something to do with I have some nuget feeds that require username / password in an interactive way. Meaning cannot be stored in memory or otherwise along with the feeds.
I have this exact same problem... nothing happening - and I checked everything with .NET is correctly installed. Also tried to force the nuget-source but that didn't help either... This is becoming frustrating.
i have the same issue
is working on a reply...