项目场景: npm run serve或者 yarn run serve或者npm run dev运行项目的时候报错****error:03000086:digital envelope routines::initialization error 解决方案: 主要原因就是node版本的问题(我之前安装的是18.7.0的版本),直接从node官网:https://nodejs.org/en/ 下载稳定版就可以了~