Explorar el Código

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

pull/386/head
winkidney hace 1 mes
padre
commit
e40ddb28cc
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      pinry-spa/package.json

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

@@ -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",


Cargando…
Cancelar
Guardar