Spoke
Spoke copied to clipboard
yarn start gives "digital envelope routines::unsupported" error
Describe the bug Clean checkout on Windows. yarn install is fine. yarn build says:
node:internal/crypto/hash:68
this[kHandle] = new _Hash(algorithm, xofLen);
Error: error:0308010C:digital envelope routines::unsupported
To Reproduce Steps to reproduce the behavior:
- git clone
- yarn install
- yarn start
- See error
Expected behavior No error ;-)
Desktop (please complete the following information):
- OS: Windows 11
- Browser n/a
- Version n/a
- node v20.9.0
- yarn 1.22.22
Additional context yarn was a fresh install as well: npm install --global yarn