-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Module nuxt-icons is disabled due to incompatibility issues #14793
Comments
Hi. I've made a PR to fix it in upstream gitFoxCode/nuxt-icons#9 |
Please fix this, 2 important modules wont work unless I go into the node modules and change compatibility to -RC.9 |
@daver987 And which modules are those? |
Nuxt module stoped working after an upgrade to nuxt rc.9, this should fix the issue. The warning that popped up after upgrade: ``` WARN Module @vueuse/motion is disabled due to incompatibility issues: 14:06:27 - [nuxt] Nuxt version `>=3.0.0` is required but currently using `3.0.0-rc.9` ``` Some context: https://github.com/nuxt/framework/issues/7196
I have this same issue with Vue Use Motion and FormKit |
This is now resolved in v2.0.2 of |
@danielroe Issue is now happening with nuxt/image |
You probably have the wrong version of Nuxt image installed in your Nuxt 2 project. Try installing |
Environment
Windows_NT
v16.17.0
3.0.0-rc.9
0.5.0
npm@8.15.0
vite
modules
,runtimeConfig
@nuxtjs/tailwindcss@5.3.2
,@vueuse/nuxt@9.1.1
,nuxt-icons@2.0.1
,@pinia/nuxt@0.4.1
-
Reproduction
use
npx nuxi update
to upgrade from RC8 to RC9Reproduction link: https://stackblitz.com/edit/github-wdogcw
Describe the bug
After Upgrading from RC8 Nuxt Icon Module are not working anymore.
Additional context
In Node Console
In Browser Console
Logs
No response
The text was updated successfully, but these errors were encountered: