vue 启动项目时,npm run serve 报下面的错:
error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:67:19)
at Object.createHash (node:crypto:133:10)
at FSReqCallback.readFileAfterClose [as oncomplete] (node:internal/fs/read_file_context:68:3) { opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
library: 'digital envelope routines', reason: 'unsupported', code: 'ERR_OSSL_EVP_UNSUPPORTED'
}
解决方法:
在窗口运行如下代码(修改环境变量),回车后重启即可~~~~
$env:NODE_OPTIONS="--openssl-legacy-provider"