nuxt-custom-elements icon indicating copy to clipboard operation
nuxt-custom-elements copied to clipboard

Nuxt version 4.1.0 incompatibility issues

Open LaserLukas opened this issue 2 months ago • 0 comments

Describe the bug I wanted to use the nuxt-custom-elements@beta module but its only working with Nuxt version ^3.0.x.

I'm currently using 4.1.0 -> Am I using a wrong module or is it just not yet compatible?

To Reproduce Steps to reproduce the behavior:

  1. npm install nuxt-custom-elements@beta
  2. npm i
  3. Log: Module nuxt-custom-elements is disabled due to incompatibility issues:
  • [nuxt] Nuxt version ^3.0.x is required but currently using 4.1.0

I don't want to downgrade to a Nuxt ^3.0.x version.

Thanks for helping out ^^

LaserLukas avatar Sep 10 '25 12:09 LaserLukas