NuxtN
Nuxt5mo ago
3 replies
freb97

Module Nuxt v4 compatibility specification

Hey everyone, i saw that a lot of modules now use '>=3.0.0' to indicate compatibility with v3 and v4:

meta: {
    compatibility: {
        nuxt: '>=3.0.0',
    },
},


Is this really the correct way to do this? Because i got a complaint again today from a user saying the module is not compatible:

"The module @konkonam/nuxt-shopify is not compatible with Nuxt 4.0.3 (requires ^3.0.0)"
Was this page helpful?