-
Notifications
You must be signed in to change notification settings - Fork 279
Closed as duplicate of#943
Description
Description:
Twig currently declares support for Node.js >=20. However, it depends on Locutus, which only supports Node.js >=22. This creates a compatibility issue when using Node 20 or 21.
Expected behavior:
Twig should either:
- Update its Node version requirement to >=22, or
- Adjust its dependency on Locutus to ensure compatibility with Node 20 and 21.
Impact:
Projects running Node 20 or 21 may encounter installation issues or runtime errors when using Twig.
Environment:
- Twig version: v2
- Locutus version: v3
- Node.js versions affected: 20, 21
P.S.
I tested it locally with basic requirement changes to >=22 but I don't have permission to open a PR.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels