err_ossl_evp_unsupported

How To Fix the ERR_OSSL_EVP_UNSUPPORTED Error in Node.js

Fix the ERR_OSSL_EVP_UNSUPPORTED Error There are two ways to fix the ERR_OSSL_EVP_UNSUPPORTED error: Upgrade Node.js by downloading and installing the ......

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

原因:node版本与openssl 不兼容导致的初始化失败 解决: windows执行:set NODE_OPTIONS openssl-legacy-provider mac执行:export NODE_OPTIONS openssl-legacy-provider ......
39 envelope routines digital error

vue 项目启动报错opensslErrorStack ERR_OSSL_EVP_UNSUPPORTED

错误裁图 原因:node升级版本过高 解决办法: 在命令行输入命令修改环境变量:$env:NODE_OPTIONS="--openssl-legacy-provider" 再执行:npm run serve ......
共3篇  :1/1页 首页上一页1下一页尾页