-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
The dependencie 'p-map' require node >= 10 #1216
Comments
Yes, I introduced this dependency in #1201 in order to send scripts to the server in controlled way. |
Thanks, bro, I see README mentioned (Node.js >= 6) before. I will update my node |
The readme should be fixed then and this should be considered a breaking change. Jumping from Node 6 as minimum version to Node 10 is somewhat unexpected for a minor release given this is not just new functionality but an actual breaking change. |
@ShogunPanda any chance you'd be able to replace p-map with an utility that supports node 6+ ? I agree with comments re: breaking change, even though nodejs 6 is no longer supported at all |
Yes, I can just downgrade Also, I'm gonna change the Travis conf to run against all supported Node versions. |
## [4.19.2](v4.19.1...v4.19.2) (2020-10-31) ### Bug Fixes * Fix autopipeline and downgrade p-map to support Node 6. [[#1216](#1216)] ([1bc8ca0](1bc8ca0))
🎉 This issue has been resolved in version 4.19.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [4.19.2](redis/ioredis@v4.19.1...v4.19.2) (2020-10-31) ### Bug Fixes * Fix autopipeline and downgrade p-map to support Node 6. [[#1216](redis/ioredis#1216)] ([1bc8ca0](redis/ioredis@1bc8ca0))
I find that i can't run it in my project, my node is 6, is it caused by this problem?
The text was updated successfully, but these errors were encountered: