-
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
Prerequisites need to be updated #15139
Comments
@fipro78 I don't think the prerequisites should be updated, as our Electron version still requires us to use 18.17.0 (as that's the node version that comes with our Electron version). Instead, we should probably adjust our version constraint for |
@fipro78 On second look, how do you even get |
This is the output:
I have created I new project using |
Huh, apparently we're using
I would assume it should reuse the version that is available from |
Maybe I'm naive, but I don't find any uses of the |
Maybe a leftover from some previous work? Anyway, we should probably remove it, if it's not directly in use. |
The documentation says that the prerequisites are Node.js >= 18.17.0 and < 21
But trying to run a build created with the latest version of Theia fails with the following message:
So it seems a transitive dependency introduced an update in the required Node.js version.
This should be updated in the docs.
The text was updated successfully, but these errors were encountered: