Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Can not install redis on node 16.14.2 because @redis/[email protected] requires node >=18 #2618

Closed
dechkopetrov opened this issue Sep 20, 2023 · 2 comments
Labels

Comments

@dechkopetrov
Copy link

dechkopetrov commented Sep 20, 2023

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

@aosatinskyzengo
Copy link

same here

@Didas-git
Copy link
Contributor

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

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

No branches or pull requests

4 participants