opensslErrorStack问题,node版本太高
Author: StrawHat179Created Apr 15, 2023Updated Apr 7, 2024
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"”这段代码
Source: PanJiaChen/vue-admin-template