We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Under node 12 (as per documentation the min version) we have an upstream incompatibility that causes the build to error:
error electron-builder@22.11.7: The engine "node" is incompatible with this module. Expected version ">=14.0.0". Got "12.22.1"
under node 14
error dugite-extra@0.1.14: The engine "node" is incompatible with this module. Expected version ">=10.11.0 <13". Got "14.15.5"
so compiling is currently broken.
The text was updated successfully, but these errors were encountered:
fix(build): ignore max node limitation
54af984
see eclipse-theia/dugite-extra#49 we can yolo this one adjust documenation see #93 see #91 see #94
ci(2): adjust install cmd
c810581
see #91
3b7376a
doc(readme): bump min node
0beb0cc
No branches or pull requests
Under node 12 (as per documentation the min version)
we have an upstream incompatibility that causes the build to error:
under node 14
so compiling is currently broken.
The text was updated successfully, but these errors were encountered: