Describe the Bug
I am trying to create a new Astro project using the latest version (npm create astro@latest) and encounter the following error wh
en starting the development server:
Steps to Reproduce
- Install the latest Node.js version (e.g., v20.x LTS).
- Create a new Astro project:
- npm create astro@latest
- Select the basic template
- Install dependencies
- Enter the project folder:
cd <project-name
code .
- The astro(1000) error appears when trying to start the development server.
Link to Minimal Reproducible Example
https://gist.github.com/davidvillard/ab72dee552a995109484cce8fb6e26c7