···2929 buildPhase = ''
3030 export HOME=$(mktemp -d)
3131 export WRITABLE_NODE_MODULES="$(pwd)/tmp"
3232+ export NODE_OPTIONS=--openssl-legacy-provider
3233 mkdir -p "$WRITABLE_NODE_MODULES"
33343435 # react-scripts requires a writable node_modules/.cache, so we have to copy the symlink's contents back