Error: error:0308010C:digital envelope routines::unsupported 高版本node启动低版本项目运行报错
我的问题就是高版本node启动旧版本项目引起的问题,单独在配置
package.json文件中配置并运行就可以,大概意思就是设置node的openssl
"scripts": {"dev": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve","build": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build"},