Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Version 4.6.9 breaking on Node 14.21.3 LTS #2619

Closed
fl-rohit-chawhan opened this issue Sep 21, 2023 · 2 comments
Closed

Version 4.6.9 breaking on Node 14.21.3 LTS #2619

fl-rohit-chawhan opened this issue Sep 21, 2023 · 2 comments
Labels

Comments

@fl-rohit-chawhan
Copy link

Description

Redis Version 4.6.9 is breaking on Node 14 due to this[name.toLowerCase()] ??= this[name]; Unexpected ??= token issue

Node.js Version

14.21.3

Redis Server Version

No response

Node Redis Version

4.6.9

Platform

MacOS

Logs

No response

@Didas-git
Copy link
Contributor

Didas-git commented Sep 21, 2023

In node-redis version 4.6.9 the minimum node version is 18
This is something that is declared on at least the client package but seems to be missing on the main one, parhaps @leibale could add it to the main package.json

Edit:
This is a duplicate of #2616

@croconut
Copy link

croconut commented Oct 4, 2023

i think the big question here is why npm doesnt warn me by default about engine resolution issues in my dependency graph.

i added that command to my npm config, but why is it something that we need to turn on manually... found another issue with lru-cache, so im basically forced into freezing my lru-cache version / whatever depends on it and then upgrading to node 16 pretty much asap.

glad this got fixed tho

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants