-
-
Notifications
You must be signed in to change notification settings - Fork 116
Node version breaking change #138
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
Comments
Thanks for the heads up! I will add support for Node 10 as that’s good to have still.
… On 7. Jul 2020, at 3.28, Josh David ***@***.***> wrote:
Releases from 5.0.0-beta-1 include a breaking change to the required node version that isn't documented in the changelog. The package.json engines field was updated to include "node": ">=12.0.0", where previously an engine wasn't specified.
Running install with node 10 returns the following error.
error ***@***.***: The engine "node" is incompatible with this module. Expected version ">=12.0.0". Got "10.21.0"
error Found incompatible module.
Considering that this is an undocumented breaking change and node 10 is still supported until April 2021 (https://nodejs.org/en/about/releases/) I'm wondering if this was a mistake?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I included support for Node 10 to |
Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Releases from 5.0.0-beta-1 include a breaking change to the required node version that isn't documented in the changelog. The
package.json
engines field was updated to include"node": ">=12.0.0"
, where previously an engine wasn't specified.Running install with node 10 returns the following error.
Considering that this is an undocumented breaking change and node 10 is still supported until April 2021 (https://nodejs.org/en/about/releases/) I'm wondering if this was a mistake?
The text was updated successfully, but these errors were encountered: