Closed robert-dzikowski closed 1 year ago
Error: error:0308010C:digital envelope routines::unsupported
Ah, I've actually seen this before . It's a bug in the version of webpack and Node 18+ (the SSL dependency has changed).
You can fix this in one of the two following ways:
export NODE_OPTIONS=--openssl-legacy-provider
It works now in Windows 10 (you don't need WSL2). You should add to readme.md that before running tests you must start provider.
I tried to run this example on Windows 10 and WSL2 (this is Linux subsystem in Windows, something like VM with Ubuntu) and I got the following error: