Spoke icon indicating copy to clipboard operation
Spoke copied to clipboard

yarn start gives "digital envelope routines::unsupported" error

Open andybak opened this issue 8 months ago • 2 comments

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:

  1. git clone
  2. yarn install
  3. yarn start
  4. 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

andybak avatar Jun 08 '24 11:06 andybak