Why building a content project generate ProseCode.vue error ? #2376
Unanswered
candidosilva
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I created a content project from start using:
npx nuxi@latest init content-app -t content
But when I build the project without changing or adding anything it gives the following error on prompt:
It looks like it can't find the ProseCode.vue on node modules, but checked and the file is there.
[08:33:26] ERROR [vite:vue] Could not load C:/Users/candi/OneDrive/\xC1rea de Trabalho/CANDIDO/PROJETOS/content-app/node_modules/@nuxt/content/dist/runtime/components/Prose/ProseCode.vue?vue&type=style&index=0&lang.css?inline&used: ENOENT: no such file or directory, open 'C:/Users/candi/OneDrive/\xC1rea de Trabalho/CANDIDO/PROJETOS/content-app/node_modules/@nuxt/content/dist/runtime/components/Prose/ProseCode.vue'
[08:33:26] ERROR Nuxt Build Error: Could not load C:/Users/candi/OneDrive/\xC1rea de Trabalho/CANDIDO/PROJETOS/content-app/node_modules/@nuxt/content/dist/runtime/components/Prose/ProseCode.vue?vue&type=style&index=0&lang.css?inline&used: ENOENT: no such file or directory, open 'C:/Users/candi/OneDrive/\xC1rea de Trabalho/CANDIDO/PROJETOS/content-app/node_modules/@nuxt/content/dist/runtime/components/Prose/ProseCode.vue'
Beta Was this translation helpful? Give feedback.
All reactions