Internal server error: ENOENT: no such file or directory
just started a fresh project with
pnpm dlx nuxi@latest init <project-name>
. installed all dependencies with pnpm i
and ran the dev server. I got:
do i miss anything?
------------------------------
- Operating System: Linux
- Node Version: v20.11.0
- Nuxt Version: 3.12.2
- CLI Version: 3.12.0
- Nitro Version: 2.9.6
- Package Manager: [email protected]
- Builder: -
- User Config: devtools, ssr
- Runtime Modules: -
- Build Modules: -
------------------------------1 Reply
Okay. Was related to some cached stuff from the previous app on localhost:3000. Had to manually clear the cache.