Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WARN [nuxt] Two component files resolving to the same name #7

Open
sistematico opened this issue Sep 1, 2023 · 0 comments
Open

WARN [nuxt] Two component files resolving to the same name #7

sistematico opened this issue Sep 1, 2023 · 0 comments

Comments

@sistematico
Copy link

I'm facing this warn, with clean install using Arch Linux.

pnpm dev

> alpine-starter@0.1.0 dev /home/lucas/code/lucasbrum.net
> nuxi dev

Nuxt 3.7.0 with Nitro 2.6.2                                                                                                                                                                                                                                                   07:40:09
                                                                                                                                                                                                                                                                              07:40:10
  ➜ Local:    http://localhost:3000/
  ➜ Network:  use --host to expose


 WARN  [nuxt] Two component files resolving to the same name DocumentDrivenNotFound:                                                                                                                                                                                          07:40:11

 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxt+content@2.8.0_rollup@3.28.1_vue@3.3.4/node_modules/@nuxt/content/dist/runtime/components/DocumentDrivenNotFound.vue
 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxt-themes+alpine@1.6.2_postcss@8.4.29_rollup@3.28.1_vue@3.3.4/node_modules/@nuxt-themes/alpine/components/DocumentDrivenNotFound.vue


 WARN  [nuxt] Two component files resolving to the same name ProseCode:                                                                                                                                                                                                       07:40:11

 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxt+content@2.8.0_rollup@3.28.1_vue@3.3.4/node_modules/@nuxt/content/dist/runtime/components/Prose/ProseCode.vue
 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxt-themes+typography@0.11.0_postcss@8.4.29_rollup@3.28.1_vue@3.3.4/node_modules/@nuxt-themes/typography/components/global/ProseCode.vue


 WARN  [nuxt] Two component files resolving to the same name ProseCodeInline:                                                                                                                                                                                                 07:40:11

 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxt+content@2.8.0_rollup@3.28.1_vue@3.3.4/node_modules/@nuxt/content/dist/runtime/components/Prose/ProseCodeInline.vue
 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxt-themes+typography@0.11.0_postcss@8.4.29_rollup@3.28.1_vue@3.3.4/node_modules/@nuxt-themes/typography/components/global/ProseCodeInline.vue


 WARN  [nuxt] Two component files resolving to the same name ProseA:                                                                                                                                                                                                          07:40:11

 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxtjs+mdc@0.1.2_rollup@3.28.1/node_modules/@nuxtjs/mdc/dist/runtime/components/prose/ProseA.vue
 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxt-themes+typography@0.11.0_postcss@8.4.29_rollup@3.28.1_vue@3.3.4/node_modules/@nuxt-themes/typography/components/global/ProseA.vue


 WARN  [nuxt] Two component files resolving to the same name ProseBlockquote:                                                                                                                                                                                                 07:40:11

 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxtjs+mdc@0.1.2_rollup@3.28.1/node_modules/@nuxtjs/mdc/dist/runtime/components/prose/ProseBlockquote.vue
 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxt-themes+typography@0.11.0_postcss@8.4.29_rollup@3.28.1_vue@3.3.4/node_modules/@nuxt-themes/typography/components/global/ProseBlockquote.vue


 WARN  [nuxt] Two component files resolving to the same name ProseCode:                                                                                                                                                                                                       07:40:11

 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxtjs+mdc@0.1.2_rollup@3.28.1/node_modules/@nuxtjs/mdc/dist/runtime/components/prose/ProseCode.vue
 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxt-themes+typography@0.11.0_postcss@8.4.29_rollup@3.28.1_vue@3.3.4/node_modules/@nuxt-themes/typography/components/global/ProseCode.vue


 WARN  [nuxt] Two component files resolving to the same name ProseEm:                                                                                                                                                                                                         07:40:11

 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxtjs+mdc@0.1.2_rollup@3.28.1/node_modules/@nuxtjs/mdc/dist/runtime/components/prose/ProseEm.vue
 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxt-themes+typography@0.11.0_postcss@8.4.29_rollup@3.28.1_vue@3.3.4/node_modules/@nuxt-themes/typography/components/global/ProseEm.vue


 WARN  [nuxt] Two component files resolving to the same name ProseH1:                                                                                                                                                                                                         07:40:11

 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxtjs+mdc@0.1.2_rollup@3.28.1/node_modules/@nuxtjs/mdc/dist/runtime/components/prose/ProseH1.vue
 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxt-themes+typography@0.11.0_postcss@8.4.29_rollup@3.28.1_vue@3.3.4/node_modules/@nuxt-themes/typography/components/global/ProseH1.vue


 WARN  [nuxt] Two component files resolving to the same name ProseH2:                                                                                                                                                                                                         07:40:11

 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxtjs+mdc@0.1.2_rollup@3.28.1/node_modules/@nuxtjs/mdc/dist/runtime/components/prose/ProseH2.vue
 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxt-themes+typography@0.11.0_postcss@8.4.29_rollup@3.28.1_vue@3.3.4/node_modules/@nuxt-themes/typography/components/global/ProseH2.vue


 WARN  [nuxt] Two component files resolving to the same name ProseH3:                                                                                                                                                                                                         07:40:11

 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxtjs+mdc@0.1.2_rollup@3.28.1/node_modules/@nuxtjs/mdc/dist/runtime/components/prose/ProseH3.vue
 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxt-themes+typography@0.11.0_postcss@8.4.29_rollup@3.28.1_vue@3.3.4/node_modules/@nuxt-themes/typography/components/global/ProseH3.vue


 WARN  [nuxt] Two component files resolving to the same name ProseH4:                                                                                                                                                                                                         07:40:11

 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxtjs+mdc@0.1.2_rollup@3.28.1/node_modules/@nuxtjs/mdc/dist/runtime/components/prose/ProseH4.vue
 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxt-themes+typography@0.11.0_postcss@8.4.29_rollup@3.28.1_vue@3.3.4/node_modules/@nuxt-themes/typography/components/global/ProseH4.vue


 WARN  [nuxt] Two component files resolving to the same name ProseH5:                                                                                                                                                                                                         07:40:11

 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxtjs+mdc@0.1.2_rollup@3.28.1/node_modules/@nuxtjs/mdc/dist/runtime/components/prose/ProseH5.vue
 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxt-themes+typography@0.11.0_postcss@8.4.29_rollup@3.28.1_vue@3.3.4/node_modules/@nuxt-themes/typography/components/global/ProseH5.vue


 WARN  [nuxt] Two component files resolving to the same name ProseH6:                                                                                                                                                                                                         07:40:11

 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxtjs+mdc@0.1.2_rollup@3.28.1/node_modules/@nuxtjs/mdc/dist/runtime/components/prose/ProseH6.vue
 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxt-themes+typography@0.11.0_postcss@8.4.29_rollup@3.28.1_vue@3.3.4/node_modules/@nuxt-themes/typography/components/global/ProseH6.vue


 WARN  [nuxt] Two component files resolving to the same name ProseHr:                                                                                                                                                                                                         07:40:11

 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxtjs+mdc@0.1.2_rollup@3.28.1/node_modules/@nuxtjs/mdc/dist/runtime/components/prose/ProseHr.vue
 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxt-themes+typography@0.11.0_postcss@8.4.29_rollup@3.28.1_vue@3.3.4/node_modules/@nuxt-themes/typography/components/global/ProseHr.vue


 WARN  [nuxt] Two component files resolving to the same name ProseImg:                                                                                                                                                                                                        07:40:11

 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxtjs+mdc@0.1.2_rollup@3.28.1/node_modules/@nuxtjs/mdc/dist/runtime/components/prose/ProseImg.vue
 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxt-themes+typography@0.11.0_postcss@8.4.29_rollup@3.28.1_vue@3.3.4/node_modules/@nuxt-themes/typography/components/global/ProseImg.vue


 WARN  [nuxt] Two component files resolving to the same name ProseLi:                                                                                                                                                                                                         07:40:11

 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxtjs+mdc@0.1.2_rollup@3.28.1/node_modules/@nuxtjs/mdc/dist/runtime/components/prose/ProseLi.vue
 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxt-themes+typography@0.11.0_postcss@8.4.29_rollup@3.28.1_vue@3.3.4/node_modules/@nuxt-themes/typography/components/global/ProseLi.vue


 WARN  [nuxt] Two component files resolving to the same name ProseOl:                                                                                                                                                                                                         07:40:11

 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxtjs+mdc@0.1.2_rollup@3.28.1/node_modules/@nuxtjs/mdc/dist/runtime/components/prose/ProseOl.vue
 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxt-themes+typography@0.11.0_postcss@8.4.29_rollup@3.28.1_vue@3.3.4/node_modules/@nuxt-themes/typography/components/global/ProseOl.vue


 WARN  [nuxt] Two component files resolving to the same name ProseP:                                                                                                                                                                                                          07:40:11

 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxtjs+mdc@0.1.2_rollup@3.28.1/node_modules/@nuxtjs/mdc/dist/runtime/components/prose/ProseP.vue
 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxt-themes+typography@0.11.0_postcss@8.4.29_rollup@3.28.1_vue@3.3.4/node_modules/@nuxt-themes/typography/components/global/ProseP.vue


 WARN  [nuxt] Two component files resolving to the same name ProsePre:                                                                                                                                                                                                        07:40:11

 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxtjs+mdc@0.1.2_rollup@3.28.1/node_modules/@nuxtjs/mdc/dist/runtime/components/prose/ProsePre.vue
 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxt+content@2.8.0_rollup@3.28.1_vue@3.3.4/node_modules/@nuxt/content/dist/runtime/components/Prose/ProsePre.vue


 WARN  [nuxt] Two component files resolving to the same name ProseStrong:                                                                                                                                                                                                     07:40:11

 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxtjs+mdc@0.1.2_rollup@3.28.1/node_modules/@nuxtjs/mdc/dist/runtime/components/prose/ProseStrong.vue
 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxt-themes+typography@0.11.0_postcss@8.4.29_rollup@3.28.1_vue@3.3.4/node_modules/@nuxt-themes/typography/components/global/ProseStrong.vue


 WARN  [nuxt] Two component files resolving to the same name ProseTable:                                                                                                                                                                                                      07:40:11

 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxtjs+mdc@0.1.2_rollup@3.28.1/node_modules/@nuxtjs/mdc/dist/runtime/components/prose/ProseTable.vue
 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxt-themes+typography@0.11.0_postcss@8.4.29_rollup@3.28.1_vue@3.3.4/node_modules/@nuxt-themes/typography/components/global/ProseTable.vue


 WARN  [nuxt] Two component files resolving to the same name ProseTbody:                                                                                                                                                                                                      07:40:11

 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxtjs+mdc@0.1.2_rollup@3.28.1/node_modules/@nuxtjs/mdc/dist/runtime/components/prose/ProseTbody.vue
 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxt-themes+typography@0.11.0_postcss@8.4.29_rollup@3.28.1_vue@3.3.4/node_modules/@nuxt-themes/typography/components/global/ProseTbody.vue


 WARN  [nuxt] Two component files resolving to the same name ProseTd:                                                                                                                                                                                                         07:40:11

 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxtjs+mdc@0.1.2_rollup@3.28.1/node_modules/@nuxtjs/mdc/dist/runtime/components/prose/ProseTd.vue
 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxt-themes+typography@0.11.0_postcss@8.4.29_rollup@3.28.1_vue@3.3.4/node_modules/@nuxt-themes/typography/components/global/ProseTd.vue


 WARN  [nuxt] Two component files resolving to the same name ProseTh:                                                                                                                                                                                                         07:40:11

 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxtjs+mdc@0.1.2_rollup@3.28.1/node_modules/@nuxtjs/mdc/dist/runtime/components/prose/ProseTh.vue
 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxt-themes+typography@0.11.0_postcss@8.4.29_rollup@3.28.1_vue@3.3.4/node_modules/@nuxt-themes/typography/components/global/ProseTh.vue


 WARN  [nuxt] Two component files resolving to the same name ProseThead:                                                                                                                                                                                                      07:40:11

 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxtjs+mdc@0.1.2_rollup@3.28.1/node_modules/@nuxtjs/mdc/dist/runtime/components/prose/ProseThead.vue
 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxt-themes+typography@0.11.0_postcss@8.4.29_rollup@3.28.1_vue@3.3.4/node_modules/@nuxt-themes/typography/components/global/ProseThead.vue


 WARN  [nuxt] Two component files resolving to the same name ProseTr:                                                                                                                                                                                                         07:40:11

 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxtjs+mdc@0.1.2_rollup@3.28.1/node_modules/@nuxtjs/mdc/dist/runtime/components/prose/ProseTr.vue
 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxt-themes+typography@0.11.0_postcss@8.4.29_rollup@3.28.1_vue@3.3.4/node_modules/@nuxt-themes/typography/components/global/ProseTr.vue


 WARN  [nuxt] Two component files resolving to the same name ProseUl:                                                                                                                                                                                                         07:40:11

 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxtjs+mdc@0.1.2_rollup@3.28.1/node_modules/@nuxtjs/mdc/dist/runtime/components/prose/ProseUl.vue
 - /home/lucas/code/lucasbrum.net/node_modules/.pnpm/@nuxt-themes+typography@0.11.0_postcss@8.4.29_rollup@3.28.1_vue@3.3.4/node_modules/@nuxt-themes/typography/components/global/ProseUl.vue

ℹ ✨ optimized dependencies changed. reloading                                                                                                                                                                                                                               07:40:14
ℹ Vite client warmed up in 2205ms                                                                                                                                                                                                                                            07:40:15
✔ Nitro built in 1008 ms          
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant