Skip to content
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

Update Node.js version to 18 in app.Dockerfile #2279

Closed

Conversation

savioribeiro
Copy link
Contributor

This update changes the Node.js version in app.Dockerfile from 16 to 18 to resolve compatibility issues with [email protected].

@knadh
Copy link
Owner

knadh commented Feb 5, 2025

Could you please confirm that the switch to Node 18 doesn't break any JS dependencies? Also, I'm unsure what the issue with eslint-define-config is.

@savioribeiro
Copy link
Contributor Author

I'm not sure if any dependencies broke with node 18, although I was able to run it today using version 16 and 18. Anyway, I managed to recover the log with the warnings and errors I initially had:

warning Resolution field "[email protected]" is incompatible with requested version "jackspeak@^3.1.2"
[2/4] Fetching packages...
warning [email protected]: The engine "pnpm" appears to be invalid.
error [email protected]: The engine "node" is incompatible with this module. Expected version ">=18.0.0". Got "16.20.2"
warning [email protected]: The engine "pnpm" appears to be invalid.
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
make: *** [Makefile:37: frontend/node_modules] Error 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants