N
Nuxt3w ago
Orbis

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:
ERROR Internal server error: ENOENT: no such file or directory, open '/node_modules/.pnpm/vite-plugin-vue-inspector@4.0.2_vite@5.2.11/node_modules/vite-plugin-vue-inspector/src/Overlay.vue'
ERROR Internal server error: ENOENT: no such file or directory, open '/node_modules/.pnpm/vite-plugin-vue-inspector@4.0.2_vite@5.2.11/node_modules/vite-plugin-vue-inspector/src/Overlay.vue'
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: pnpm@8.15.4 - Builder: - - User Config: devtools, ssr - Runtime Modules: - - Build Modules: - ------------------------------
1 Reply
Orbis
Orbis3w ago
Okay. Was related to some cached stuff from the previous app on localhost:3000. Had to manually clear the cache.