solve ERR_OSSL_EVP_UNSUPPORTED in npm run serve

I get this error when I run “npm run serve”:

opensslErrorStack: [ ‘error:03000086:digital envelope routines::initialization error’ ], library: ‘digital envelope routines’,
reason: ‘unsupported’,
code: ‘ERR_OSSL_EVP_UNSUPPORTED’

I updated the npm but still have the same error.
can anyone help me?