digital envelope routines::unsupported

修改package.json,在相关构建命令之前加入SET NODE_OPTIONS=--openssl-legacy-provider

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

posted on 2023-09-13 10:20  糯米白白  阅读(28)  评论(0编辑  收藏  举报

导航