Sempra gives error when trying to upload a Nodejs application in Heroku

Asked

Viewed 13 times

0

When executing the command:

git push heroku master

LOG:

-----> Build failed
       
       We're sorry this build is failing! You can troubleshoot common issues here:
       https://devcenter.heroku.com/articles/troubleshooting-node-deploys
       
       Some possible problems:
       
       - node_modules checked into source control
         https://devcenter.heroku.com/articles/node-best-practices#only-git-the-important-bits
       
       Love,
       Heroku
       
 !     Push rejected, failed to compile Node.js app.
 !     Push failed

package.json file:

{
  "name": "ecommerce-nodejs-mongodb",
  "version": "1.0.0",
  "description": "",
  "engines": {
    "node": "16.3.0",
    "npm": "7.15.1"
  },
  "main": "app.js",
  "dependencies": {
    "@types/jquery": "^3.5.5",
    "bcrypt-nodejs": "^0.0.3",
    "body-parser": "^1.19.0",
    "bootstrap-icons": "^1.5.0",
    "connect-flash": "^0.1.1",
    "express": "^4.17.1",
    "express-fileupload": "^1.2.1",
    "express-handlebars": "^5.3.2",
    "express-session": "^1.17.1",
    "frete": "^0.3.1",
    "i": "^0.3.6",
    "image-size": "^1.0.0",
    "mongoose": "^5.12.9",
    "npm": "^7.13.0",
    "passport": "^0.4.1",
    "passport-local": "^1.0.0",
    "sharp": "^0.28.2"
  },
  "devDependencies": {},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node app.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/christhian12rv/E-commerce-NodeJs-and-MongoDB.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/christhian12rv/E-commerce-NodeJs-and-MongoDB/issues"
  },
  "homepage": "https://github.com/christhian12rv/E-commerce-NodeJs-and-MongoDB#readme"
}
  • Please edit the question to limit it to a specific problem with sufficient detail to identify an appropriate answer.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.