I getting below error while run vue js project with node js 18.
opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
library: 'digital envelope routines',
reason: 'unsupported',
code: 'ERR_OSSL_EVP_UNSUPPORTED'
Wo blogs recommended to pass --openssl-legacy-provider option while run, but still not working. any other alternative to fix this issue?