···29 buildPhase = ''
30 export HOME=$(mktemp -d)
31 export WRITABLE_NODE_MODULES="$(pwd)/tmp"
032 mkdir -p "$WRITABLE_NODE_MODULES"
3334 # react-scripts requires a writable node_modules/.cache, so we have to copy the symlink's contents back
···29 buildPhase = ''
30 export HOME=$(mktemp -d)
31 export WRITABLE_NODE_MODULES="$(pwd)/tmp"
32+ export NODE_OPTIONS=--openssl-legacy-provider
33 mkdir -p "$WRITABLE_NODE_MODULES"
3435 # react-scripts requires a writable node_modules/.cache, so we have to copy the symlink's contents back