overwolf / sample-app

The Official Overwolf Sample App
https://overwolf.github.io/
119 stars 136 forks source link

Update webpack to avoid error:03000086:digital envelope routines::initialization error #51

Open timhaines opened 2 years ago

timhaines commented 2 years ago

The ts/package-lock.json has an old version of webpack locked in.

It means if you're using node 18+ (maybe 17 also?) and you try to run npm run build in the ts folder, you will get an error: error:03000086:digital envelope routines::initialization error.

This can be resolved by updating the version of webpack.