this[kHandle] = new _Hash(algorithm, xofLe

QUICK FIX

You can try downgrade the version. But as a quick fix you can do the below options.

On Unix-like (Linux, macOS, Git bash, etc.):

export NODE_OPTIONS=--openssl-legacy-provider

On Windows command prompt:

set NODE_OPTIONS=--openssl-legacy-provider

On PowerShell:

$env:NODE_OPTIONS = "--openssl-legacy-provider"

参考资料

posted @ 2024-03-04 16:04  guangzan  阅读(13)  评论(0编辑  收藏  举报