dotnet / core

.NET news, announcements, release notes, and more!
https://dot.net
MIT License
20.95k stars 4.9k forks source link

I cannot create BlazorApp #7816

Closed RubyRahman closed 2 years ago

RubyRahman commented 2 years ago

Problem encountered on https://dotnet.microsoft.com/en-us/learn/aspnet/blazor-tutorial/create Operating System: macos

Template "Blazor Server App" could not be created. Failed to create template. Details: Read-only file system : '/BlazorApp'

mairaw commented 2 years ago

In what path are you trying to create the app? Did the error message contain any other details?

mairaw commented 2 years ago

/cc @danroth27

danroth27 commented 2 years ago

Hi @RubyRahman. I'm sorry to hear you're hitting some issues creating you first Blazor app! To help us understand what's going wrong, could you please share with us the output of running the following two commands:

dotnet --version
dotnet new blazorserver
github-actions[bot] commented 2 years ago

This issue is stale because there has been no response to a request for more information for 7 days.

github-actions[bot] commented 2 years ago

This issue was closed because there was no response to a request for more information for 10 days.