Closed LireEruel closed 6 months ago
After deleting the node_modules and reinstalling with npm, it worked properly. I am curious as to why this issue occurs. Since the Package management tools preferred by modern developers are yarn and pnpm rather than npm, I will keep the issue open.
try npx nuxi@latest module add ant-design-vue
Thank you!!!
I followed the settings using the link below:
https://nuxt.com/modules/ant-design-vue
1. pnpm add -D @ant-design-vue/nuxt
2. Add
@ant-design-vue/nuxt
to themodules
section ofnuxt.config.ts
my nuxt.config.ts
3. App.vue
4. result
Attempts to Resolve the Issue