Error: error:0308010C:digital envelope routines::unsupported
- 具体错误
运行yarn start:dev时报错:
s 0/1 modules 1 active
...ilt-in/bundled/@pmmmwh/react-refresh-webpack-plugin/client/ReactRefreshEnt
ry.js
node:internal/crypto/hash:69
this[kHandle] = new _Hash(algorithm, xofLen);
^
Error: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:69:19)
at Object.createHash (node:crypto:133:10)
- 解决办法1(无效)
export NODE_OPTIONS=--openssl-legacy-provider
# yarn
yarn start:dev
- 解决办法2(有效)
下载了16.20.2,编译通过。
Node.js — Node.js 版本