fix: add openssl-legacy-provider flag to build scripts for Node compatibility
This commit is contained in:
parent
7fd77e95be
commit
c3bae1801b
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
|||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
"build": "vue-cli-service build"
|
||||
"serve": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service serve",
|
||||
"build": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vue/cli": "^4.5.12",
|
||||
|
|
Loading…
Add table
Reference in a new issue