`nuxt-doctor/modules-deps/no-modules-incompatible-with-nuxt-4`

warn-severity modules-deps rule from doctor. Active in the recommended preset.

warn · modules-deps · source: doctor · ✅ yes (recommended preset)

nuxt-doctor/modules-deps/no-modules-incompatible-with-nuxt-4 is a warn-severity modules-deps rule from doctor. Active in the recommended preset.

Disable / configure

doctor.config.ts
import { defineConfig } from '@geoql/doctor-core';

export default defineConfig({
  rules: {
    'nuxt-doctor/modules-deps/no-modules-incompatible-with-nuxt-4': 'warn', // or false to silence
  },
});

See the category overview for the full rule catalogue.