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

webpack needs to be updated to 5.x for NodeJS versions 18 or higher #1004

Open
poVoq opened this issue Jul 17, 2024 · 1 comment
Open

webpack needs to be updated to 5.x for NodeJS versions 18 or higher #1004

poVoq opened this issue Jul 17, 2024 · 1 comment

Comments

@poVoq
Copy link

poVoq commented Jul 17, 2024

The bundle exec rake assets:precompile step fails on newer NodeJS versions with the
error:0308010C:digital envelope routines::unsupported.

This seems to be due to an OpenSSL vulnerability, so that would be rather important to fix.

Currently package.json is set to webpack 4.x, however it appears that this requires webpack 5.x to work.

But the webpack api seems to have changed as well meaning simply using webpack 5.x doesn't work either.

@cooperka
Copy link
Member

We are in the middle of some major infrastructure upgrades and this is already in progress. Thank you!

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

No branches or pull requests

2 participants