nuxt / icon

The <Icon> component, supporting Iconify, Emojis and custom components.
https://stackblitz.com/edit/nuxt-icon-playground?file=app.vue
MIT License
864 stars 37 forks source link

Pre-transform error: Missing "./types/vue" specifier in "vue" package #168

Closed pq0-0pq closed 1 month ago

pq0-0pq commented 1 month ago

My package.json dependencies are { "name": "nuxt-app", "private": true, "type": "module", "scripts": { "build": "nuxt build", "dev": "nuxt dev --host", "generate": "nuxt generate", "preview": "nuxt preview", "postinstall": "nuxt prepare" }, "devDependencies": { "@nuxt/devtools": "latest", "@nuxtjs/google-fonts": "^3.1.3", "less": "^4.2.0", "less-loader": "^11.1.3", "nuxt": "^3.7.3", "nuxt-gtag": "^1.1.1", "nuxt-icon": "^0.6.10", "nuxt-paypal": "^0.0.1-beta" }, "dependencies": { "@nuxtjs/style-resources": "^2.0.0", "@paypal/paypal-js": "^7.0.3", "@stefanobartoletti/nuxt-social-share": "^0.5.2" } }

antfu commented 1 month ago

We temporarily closed this due to the lack of enough information. We could not identify whether it was a bug or a userland misconfiguration with the given info. Please provide a minimal reproduction to reopen the issue. Thanks.

Why reproduction is required