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

Temp fix: Node v17 caused issues with Create React App build #1479

Merged
merged 2 commits into from
Oct 20, 2021

Conversation

Gnito
Copy link
Contributor

@Gnito Gnito commented Oct 20, 2021

The core of this issue seems to be a deprecated hashing function that Webpack expects to be there:
https://stackoverflow.com/questions/69394632/webpack-build-failing-with-err-ossl-evp-unsupported

We'll look into this, but since the issue is inside a dependency lib (Create React App) the first remedy is to use Node v16 (latest LTS version) instead of newest version v17.

@Gnito Gnito temporarily deployed to sharetribe-starter-app October 20, 2021 15:16 Inactive
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.

1 participant