When it came to running the `yarn webpack` , I ran into the following error: _Error message "error:0308010C:digital envelope routines::unsupported"_ I got it working by following a recommendation from the following [answer posted on this StackOverFlow page](https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported). Namely, I ran the following command `export NODE_OPTIONS=--openssl-legacy-provider`. Could we please update the ReadMe to reflect this? FYI, I ran the tests on a MAC.