Open HZooly opened 1 year ago
Fresh install with npx nuxi@latest init -t themes/alpine, install dependencies with yarn, then run with yarn dev.
npx nuxi@latest init -t themes/alpine
yarn dev
I have multiple errors Two component files resolving to the same name (DocumentDrivenNotFound | ProseCode | ProseCodeInline | ProseA and many others).
Two component files resolving to the same name
DocumentDrivenNotFound
ProseCode
ProseCodeInline
ProseA
./node_modules/@nuxtjs/mdc/dist/runtime/components/prose/ProseTh.vue ./node_modules/@nuxt-themes/typography/components/global/ProseTh.vue
This should be removed in next patch release of Nuxt
Fresh install with
npx nuxi@latest init -t themes/alpine
, install dependencies with yarn, then run withyarn dev
.I have multiple errors
Two component files resolving to the same name
(DocumentDrivenNotFound
|ProseCode
|ProseCodeInline
|ProseA
and many others).