I'm studying astro framework. I tried some of template and it works great using this command
npm run dev
but I'm having problem with this official template.
https://astro.build/themes/details/astro-paper/
I run
npm create astro@latest -- --template satnaing/astro-paper
and type npm run dev
12:41:45 [check] Checking files in watch mode
12:41:47 [content] Types generated 1.29s
√ Getting diagnostics for Astro files in
C:\Users\mypc\Documents\astro_study\better-belt\…
12:41:52 [diagnostics] Result (19 files):
- 0 errors
- 0 warnings
- 0 hints
I got this message and dev server won't start.
Could some one teach me how to solve this please?