OSWeekends / batimagen

Un proyecto sobre metadatos del guild de ciberseguridad
GNU General Public License v3.0
12 stars 3 forks source link

cambiar la tarea "start" #15

Closed bytelovers closed 6 years ago

bytelovers commented 6 years ago

en el package.json hay una tarea que es:

"scripts": {
    "start": "node run tokens && node server.js",
    "tokens": "export GOOGLE_APPLICATION_CREDENTIALS='./SECRET_gcloud.json'"
  }

el de Start hay que cambiar node run tokens..... por npm run tokens...

UlisesGascon commented 6 years ago

solucionado!