-
Notifications
You must be signed in to change notification settings - Fork 133
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 14 support #135
Comments
@duncdrum a couple of notes:
This is untrue, the framework currently supports node versions of
When the framework supports node 14, then we can think about bumping the version for downstream applications such as blueprint. In addition, |
yes and theia |
@duncdrum where did you get this information? |
@vince-fugnitto e.g. here |
@duncdrum I'm asking where do you see that |
nvm use 12
yarn upgrade --latest => nvm use 12
yarn upgrade --latest --ignore-engines =>
=> |
@duncdrum you'll need to use a node version which is supported by the framework, including dependencies such as |
my point exactly, not sure what we are arguing about, there is a number of open issues across multiple theia repos reporting incompatibilities between transient dependencies requiring minimum node given that node |
I'm only trying to clarify and explain that previous statements regarding "theia 1.15.0 and 1.16.0 requires node version 14 or greater" is untrue given the project's defined prerequisites which I referenced multiple times already. Even When building your custom application you'll need to respect the project's prerequisites as to not potentially run into incompatibilities, until the framework itself supports node 14. Using flags such as
When it is supported by the framework yes.
Due to the framework's current prerequisites. |
With PR #211 the |
Feature Description:
sticking with node
12
means that the blueprint is incompatible with theia version1.15.0+
. To allign the two, the blueprint should support and require node14
.see eclipse-theia/dugite-extra#49
this requires the fixes from #131 to be merged, and additional updates to:
The text was updated successfully, but these errors were encountered: