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
Starting with node:17 (e.g. docker base image) the webpack scripts are failing with this error:
> @balena/[email protected] webpack-browser > grunt browser Running "checkDependencies:this" (checkDependencies) task Running "webpack:browser" (webpack) task Fatal error: error:0308010C:digital envelope routines::unsupported
Workaround is setting a node_options env var and run node:17.
export NODE_OPTIONS=--openssl-legacy-provider
Otherwise, down-version to node:16.
Refer to: webpack/webpack#14532
The text was updated successfully, but these errors were encountered:
@fisehara I assume this was solved?
Sorry, something went wrong.
No branches or pull requests
Starting with node:17 (e.g. docker base image) the webpack scripts are failing with this error:
Workaround is setting a node_options env var and run node:17.
Otherwise, down-version to node:16.
Refer to: webpack/webpack#14532
The text was updated successfully, but these errors were encountered: