-
Notifications
You must be signed in to change notification settings - Fork 774
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
I thought node version 4+ is supported #579
Comments
fs-extra v6 dropped Node 4 support since it's EOL: https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md#600--2018-05-01 |
Thanks. Would it help to mention the node version requirement in Readme? Otherwise please feel free to close this. |
I personally hate having to remember to update the README; people can look at the |
@RyanZim what about having specified |
@JPeer264 great idea. Would you submit a PR? |
Hello, thanks for the nice library :)
I remember in the ES6 discussions, people mentioned node version 4.9+ for this library. But seems that it actually needs node 6+ because of the spread operators.
Should that be mentioned in Readme? I'm just hoping it saves some time for someone who needs to support node 4.
The text was updated successfully, but these errors were encountered: