aws-samples / aws-saas-factory-serverless-workshop

MIT No Attribution
133 stars 63 forks source link

fixes React site build failure #32

Closed zpbappi closed 2 years ago

zpbappi commented 2 years ago

Build was failing with error error:0308010C:digital envelope routines::unsupported. Adding a --openssl-legacy-provider with build command fixes it. Tested in Cloud9 environment, that is created for the labs.

*Issue #, if available: #31

*Description of changes: added a --openssl-legacy-provider flag with npm build command in package.json.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

brtrvn commented 2 years ago

Thanks for your contribution zpbappi