-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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
[core] Require node >=8.0.0 to work on the project #11407
Conversation
* Updated node version to 10x * Update package.json
Thankyou @oliviertassinari |
@netdeamon It's a great first pull request on Material-UI 👌🏻. |
@oliviertassinari Why >=9.0.0? Current LTS is 8.x.x |
@oliviertassinari ok, nevermind - just realized that it's set to ">=8.0.0" in package.json |
@cherniavskii Yes, I have rollback. This is only for the dev env. In production, we still support Node >= 6.0.0. |
@@ -165,7 +165,7 @@ | |||
"instrument": false | |||
}, | |||
"engines": { | |||
"node": ">=6.0.0" | |||
"node": ">=9.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But this is 9 not 8 ><
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the point? I have rollback in another commit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it. soz
Closes #11405