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
The bundle exec rake assets:precompile step fails on newer NodeJS versions with the error:0308010C:digital envelope routines::unsupported.
bundle exec rake assets:precompile
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.
The text was updated successfully, but these errors were encountered:
We are in the middle of some major infrastructure upgrades and this is already in progress. Thank you!
Sorry, something went wrong.
No branches or pull requests
The
bundle exec rake assets:precompile
step fails on newer NodeJS versions with theerror: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.
The text was updated successfully, but these errors were encountered: