-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
SyntaxError: Unexpected token '??=' in @redis/client #2616
Comments
You should use node v15 or higher. The last version [email protected] has some breaking changes for the node v14. Also node v14 is deprecated and I suggest you to use v16 or v18 which is LTS for now. Or you can fix your redis to 4.6.0 as a temporary solution. |
while i agree that we should all be updating our EOL node versions, patch versions should not introduce breaking changes. i would call dropping support for older node versions a breaking change. |
This is a breaking change and should be rolled back. |
Can you guys please do a major or minor release if you are updating something that'll break people's working stuff? All morning our builds are failing and while I do agree people should keep their stuff up to date and you do that too, which is great but make major or minor update so it doesn't screw up 100,000 applications that are using this and running fine... |
Ya same is happing with us...is there any update on this issue |
Description
Issue description:
While running my Next.js application, I encountered a syntax error originating from the
@redis/client
module.Error Details:
Environment Details:
Node.js Version
14
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: