markboulton / specimen-builder

Apache License 2.0
88 stars 14 forks source link

Run webpack with NODE_OPTIONS=--openssl-legacy-provider #56

Open twardoch opened 6 months ago

twardoch commented 6 months ago

Fixes error:0308010C:digital envelope routines::unsupported) when running webpack on Node>=17. Setting the environment variable NODE_OPTIONS to --openssl-legacy-provider allows webpack to run correctly.