next.js openssl错误堆栈错误:03000086:数字信封例程::初始化错误

rjzwgtxy  于 2023-03-29  发布在  其他
关注(0)|答案(1)|浏览(303)
opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
 library: 'digital envelope routines',
  reason: 'unsupported',
  code: 'ERR_OSSL_EVP_UNSUPPORTED'
   }

  Node.js v19.5.0

我在我的NextJS项目中得到这个错误。
我不想降级我的nodejs软件版本。有其他解决方案吗?

zxlwwiss

zxlwwiss1#

过去已经得到了这个错误,解决方案是执行这个:
npm install react-scripts@latest --legacy-peer-deps
如果不起作用,可以显示更多的依赖项

相关问题