AlaskaAirlines / AuroReactDemo

An example React App with Auro Components integrated
1 stars 4 forks source link

react-scripts must be bumped to >5.0.0 to avoid openssl issue #48

Closed gusnaughton closed 3 weeks ago

gusnaughton commented 8 months ago

Describe the bug

There is a bug with react-scripts < 5.0.0 that results in the following error upon running npm run start:

To Reproduce

Steps to reproduce the behavior:

git clone https://github.com/AlaskaAirlines/AuroReactDemo.git
cd AuroReactDemo
npm i
npm run start

Result:

Error: error:0308010C:digital envelope routines::unsupported

Expected behavior

npm run start should spin up a webserver.

Screenshots

image
blackfalcon commented 8 months ago

@gusnaughton what version of Node are you running? I typically still use Node 12 for this.

Patrick-Daly-AA commented 8 months ago

Thank you for creating this issue. We're interested in recommendations and community support in updating this demo environment, as we haven't looked into it in ~2 years.