Netlify build 32.1.0 new _Hash function error

Here’s an old post that links to relevant info:
https://answers.netlify.com/t/error-build-script/95081/2

Try changing your Build command in Netlify…

From:

yarn build

To:

NODE_OPTIONS='--openssl-legacy-provider' yarn build