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

Module nuxt-icons is disabled due to incompatibility issues #14793

Closed
shba007 opened this issue Sep 3, 2022 · 7 comments
Closed

Module nuxt-icons is disabled due to incompatibility issues #14793

shba007 opened this issue Sep 3, 2022 · 7 comments

Comments

@shba007
Copy link

shba007 commented Sep 3, 2022

Environment

  • Operating System: Windows_NT
  • Node Version: v16.17.0
  • Nuxt Version: 3.0.0-rc.9
  • Nitro Version: 0.5.0
  • Package Manager: npm@8.15.0
  • Builder: vite
  • User Config: modules, runtimeConfig
  • Runtime Modules: @nuxtjs/tailwindcss@5.3.2, @vueuse/nuxt@9.1.1, nuxt-icons@2.0.1, @pinia/nuxt@0.4.1
  • Build Modules: -

Reproduction

use npx nuxi update to upgrade from RC8 to RC9

Reproduction 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

image

image

In Browser Console

image

Logs

No response

@pi0
Copy link
Member

pi0 commented Sep 3, 2022

Hi. I've made a PR to fix it in upstream gitFoxCode/nuxt-icons#9

@daver987
Copy link

daver987 commented Sep 5, 2022

Please fix this, 2 important modules wont work unless I go into the node modules and change compatibility to -RC.9

@danielroe
Copy link
Member

@daver987 And which modules are those?

grunghi referenced this issue in grunghi/motion Sep 6, 2022
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
@tobychidi
Copy link

I have this same issue with Vue Use Motion and FormKit

Copy link
Member

danielroe commented Sep 12, 2022

This is now resolved in v2.0.2 of nuxt-icons. Please raise an issue on any other modules this affects, and feel free to tag me; I'll happily help resolve.

@danielroe danielroe added the 3.x label Jan 19, 2023
@danielroe danielroe transferred this issue from nuxt/framework Jan 19, 2023
@localhostwizard
Copy link

localhostwizard commented Oct 22, 2023

@danielroe Issue is now happening with nuxt/image
"Module @nuxt/image is disabled due to incompatibility issues: - [nuxt] Nuxt version ^3.1.0 is required but currently using 2.17.1"

@danielroe
Copy link
Member

danielroe commented Oct 23, 2023

You probably have the wrong version of Nuxt image installed in your Nuxt 2 project.

Try installing 0.x instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants