Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install Mudblazor Templates #124

Closed
shoebsd31 opened this issue Apr 5, 2022 · 4 comments
Closed

Unable to install Mudblazor Templates #124

shoebsd31 opened this issue Apr 5, 2022 · 4 comments

Comments

@shoebsd31
Copy link

image
image

I have created a new Blazor app with .Net 6.0, but I am not able to install Mudblazor templates. It gives me an error :
Package 'MudBlazor.Templates 0.6.1' has a package type 'Template' that is not supported by project

@JonBunator
Copy link
Member

How did you install it? Did you follow the installation instructions:

dotnet new --install MudBlazor.Templates
dotnet new mudblazor --host wasm --name MyApplication

@shoebsd31
Copy link
Author

How did you install it? Did you follow the installation instructions:

dotnet new --install MudBlazor.Templates
dotnet new mudblazor --host wasm --name MyApplication

I used nuget package manager to install it

@JonBunator
Copy link
Member

Did you install it in an existing project? If so that doesn't work of course.
Nevertheless try to do it via command line

@shoebsd31
Copy link
Author

Did you install it in an existing project? If so that doesn't work of course. Nevertheless try to do it via command line

Thanks for the quick reply, yes I was trying to do it on an existing project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants