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
Currently I cannot install redis because of @redis/client dependency . yarn is throwing error because the node version is not compatible. Currently I am on node 16.14.2. I just checked @redis/[email protected] requires "engines": { "node": ">=14" } and now @redis/[email protected] requires "engines": { "node": ">=18" } .... Thats major 4 versions difference. Can some explain why ?
There was a conversation on discord about this.
A fast resume:
Node16 EOL was declared by node team 10 days ago so now LTS/minimum is node 18, however this should have been a minor release and not a patch release
Description
Currently I cannot install redis because of @redis/client dependency . yarn is throwing error because the node version is not compatible. Currently I am on node 16.14.2. I just checked @redis/[email protected] requires
"engines": { "node": ">=14" }
and now @redis/[email protected] requires"engines": { "node": ">=18" }
.... Thats major 4 versions difference. Can some explain why ?https://github.com/redis/node-redis/blob/redis%404.6.9/packages/client/package.json#L39
Node.js Version
16.14.2
Redis Server Version
No response
Node Redis Version
No response
Platform
linux
Logs
No response
The text was updated successfully, but these errors were encountered: