After setting up a brand new astro repository with the following commands:
npm create astro@latest
npm run dev
I encountered an issue where the default project template failed to display correctly on my computer. Here is how the page appeared:
https://i.stack.imgur.com/d0va6.png
Strangely, when I repeated the initialization process on a different computer, everything worked as expected and the application's file structure looked different:
https://i.stack.imgur.com/RFwow.png
I am puzzled by this discrepancy since the template should be consistent across all setups. Does anyone have any insights into why this might be occurring?