Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

241
Vistas
git push heroku master Remote failed

This is my error image getting on heroku logs --tail

above is a given image of my errors. When I am trying to deploy my nodejs app Getting error on git push Heroku master . . . . Remote failed working properly on local server. I am beginner please help my git id is cosmos-dx and there is a git repo of name Webdictionary

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

After reading through the nodemon docs, and taking the fact that you stated you are new, I think I know what is happening.

In the nodemon docs it gives you two ways to install, one is globally npm install -g nodemon and the other is to install it in the dev dependencies npm install --save-dev nodemon. Either of these options would make nodemon not be present if the build to heroku uses npm install --only=production. I assume they do that.

In your package.json file, change the npm start script to this:

"start": "node ser1.js"

As nodemon is not present in the heroku built application, your current start script will fail. If you want to continue using nodemon for local development you can add a new script:

"dev": "nodemon ser1.js"

From there to run your application, with nodemon, on your local machine you would run npm run dev

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda