-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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.0What happens
- Commit
[7ab3d1a](https://github.com/Joepocalyptic/nuxt-particles/commit/7ab3d1a391774d107c38d2d21cd4dc96218c7ae5)intended to require “Nuxt ≥ 3.7.0”, but actually sets “nuxt:^3.7.0” - The caret (
^) range stops at<4.0.0, so Nuxt 4 users are locked out even though the module works fine.
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!
aonghas, kovtunos, mrdiego-dev, TaurusBill, christohill and 8 moremrdiego-dev
Metadata
Metadata
Assignees
Labels
No labels