Vue项目启动报错“error:0308010C:digital envelope routines::unsupported解决办法”

2023年04月24日1 min read
vue

Vue报错error:0308010C:digital envelope routines::unsupported

在package.json增加配置

"scripts": {
    "serve": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
    "build": "vue-cli-service build"
  },