Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

243
Visualizações
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 Respostas
Responde à pergunta

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 Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda