ZTL-UwU / shadcn-docs-nuxt

Effortless and beautiful docs template built with nuxt content & shadcn-vue.
https://shadcn-docs.nuxt.dev/
MIT License
61 stars 16 forks source link

Failed to fetch dynamically imported module: http://localhost:3000/_nuxt/node_modules/shadcn-docs-nuxt/pages/index.vue #9

Closed CodyBontecou closed 1 week ago

CodyBontecou commented 1 week ago

Fresh install using the command npx nuxi@latest init nuxtfast -t github:ZTL-UwU/shadcn-docs-nuxt-starter and then running npm run dev errors. The page loads for a split second, then errors with Failed to fetch dynamically imported module: http://localhost:3000/_nuxt/node_modules/shadcn-docs-nuxt/pages/index.vue

CleanShot 2024-06-25 at 09 06 01

CodyBontecou commented 1 week ago

Hmm, nevermind. Just re-installed it and it's working now.

rmakara commented 1 week ago

It's still happening to me. :(

CodyBontecou commented 1 week ago

Hey @rmakara, have you ran the command npx nuxi@latest init -t github:ZTL-UwU/shadcn-docs-nuxt-starter?

I think my issue is I ran the init command with an output directory. Deleting the directory and re-running the command provided fixed it for me.