-
Notifications
You must be signed in to change notification settings - Fork 11
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
Node x version break #12
Comments
Hi, many packages like winston using this package. There are many legacy project using older Node versions. In our one of legacy project which uses Node 6 fails while installing packages. Because many of them using triple-beam as "^1.3.0". I tried fork and update versions of packages and their nested packages and their nested packages but it looks like i need work more. :) |
It is breaking for older Node versions (6.17.x) |
I've commented before: #10 (comment) |
This is a follow-up to #10, because my team is still having issues.
Lowering the required node version to 14 didn't solve our problem, because the oldest active branch of our product is using an even older node version.
Yes, I know. Old version bad. But as long as we have customers that don't wish to upgrade, we have to continue supporting said product version.
Anyway, none of that should matter. Semantic versioning exists to prevent these types of issues, but it only does so when used properly. That means bumping the major version when introducing breaking changes. And reducing the subset of supported node versions is definitely a breaking change.
Thanks for your time 🙏
The text was updated successfully, but these errors were encountered: