-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
[doc] Update the required Node.js version in the Prerequisites section #2880
Comments
Closes: #2880. Signed-off-by: Akos Kitta <kittaakos@typefox.io>
I wonder should we mention which Node.js version should be used to make sure that app works in Electron, i.e. developers should not use APIs of Node.js higher than a version compatible with Electron 1.8.2-beta.5. I don't think we can use 9, 10 in this case. |
Closes: #2880. Signed-off-by: Akos Kitta <kittaakos@typefox.io>
I do not know much about 9. But for sure we cannot use 10. |
But it is recommended to use a version that has the active LTS. Only the even version number has active LTS support: https://github.com/nodejs/Release. |
I mean in Electron always bundled Node.js is used, as far as I know, Node.js 9 and 10 only supported by Electron 3. If someone uses APIs from them his app/extension won't work in Electron. |
Closes: #2880. Signed-off-by: Akos Kitta <kittaakos@typefox.io>
Closes: #2880. Signed-off-by: Akos Kitta <kittaakos@typefox.io>
Closes: eclipse-theia#2880. Signed-off-by: Akos Kitta <kittaakos@typefox.io>
No description provided.
The text was updated successfully, but these errors were encountered: