You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
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
The text was updated successfully, but these errors were encountered: