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
When it came to running the yarn webpack , I ran into the following error:
yarn webpack
Error message "error:0308010C:digital envelope routines::unsupported"
I got it working by following a recommendation from the following answer posted on this StackOverFlow page.
Namely, I ran the following command export NODE_OPTIONS=--openssl-legacy-provider. Could we please update the ReadMe to reflect this?
export NODE_OPTIONS=--openssl-legacy-provider
FYI, I ran the tests on a MAC.
The text was updated successfully, but these errors were encountered:
Updating webpack also fixes it
"webpack": "5.76.1", "webpack-cli": "5.0.1",
Sorry, something went wrong.
No branches or pull requests
When it came to running the
yarn webpack
, I ran into the following error:Error message "error:0308010C:digital envelope routines::unsupported"
I got it working by following a recommendation from the following answer posted on this StackOverFlow page.
Namely, I ran the following command
export NODE_OPTIONS=--openssl-legacy-provider
. Could we please update the ReadMe to reflect this?FYI, I ran the tests on a MAC.
The text was updated successfully, but these errors were encountered: