Skip to content

Nuxt v4 Compatibility #32

@ljuzig

Description

@ljuzig

Now that Nuxt v4 is out, nuxt-particles is disabled at runtime because its compatibility excludes v4:

WARN  Module nuxt-particles is disabled due to incompatibility issues:
- [nuxt] Nuxt version ^3.7.0 is required but currently using 4.0.0

What happens

Prior work

A ready‑to‑merge fix already exists: PR [#25](#25)

- "nuxt": "^3.7.0"
+ "nuxt": ">=3.7.0"

I’ve tested that branch locally with Nuxt 4.0.0 and everything runs as expected.

Could you please review and merge PR #25 (or an equivalent change) and publish a patch release to npm?
Thanks a lot for maintaining nuxt-particles!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions