Ver a proveniência

fix: fix build error for nodejs v18 caused by SSL lib

pull/386/head
winkidney há 1 mês
ascendente
cometimento
e40ddb28cc
1 ficheiros alterados com 3 adições e 3 eliminações
  1. +3
    -3
      pinry-spa/package.json

+ 3
- 3
pinry-spa/package.json Ver ficheiro

@@ -3,9 +3,9 @@
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
"serve": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service serve",
"build": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build",
"lint": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service lint"
},
"dependencies": {
"axios": "^0.21.2",


Carregando…
Cancelar
Guardar