We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ], library: 'digital envelope routines', reason: 'unsupported', code: 'ERR_OSSL_EVP_UNSUPPORTED
我自己的node版本是v18.14.0,虽然package.json给出的是"engines": { "node": ">=8.9", "npm": ">= 3.0.0" },但是版本太高还是不行,建议降级成16以下,或者运行之前执行”$env:NODE_OPTIONS="--openssl-legacy-provider"”这段代码
The text was updated successfully, but these errors were encountered:
Linux or MacOS run this:
export NODE_OPTIONS=--openssl-legacy-provider
Sorry, something went wrong.
楼主很棒,解决了我的问题,谢谢。
No branches or pull requests
opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
library: 'digital envelope routines',
reason: 'unsupported',
code: 'ERR_OSSL_EVP_UNSUPPORTED
我自己的node版本是v18.14.0,虽然package.json给出的是"engines": {
"node": ">=8.9",
"npm": ">= 3.0.0"
},但是版本太高还是不行,建议降级成16以下,或者运行之前执行”$env:NODE_OPTIONS="--openssl-legacy-provider"”这段代码
The text was updated successfully, but these errors were encountered: