MERN Stack push to heroku: ! [remote rejected] master -> master (pre-receive hook declined)
问题 Side note: I've used this same method for deployment about 3 times and now all of the sudden it's not working... Makes me think that something just updated with heroku??? IDK Trying to push my MERN Stack application to heroku but I'm getting an error, here is my package.json file: { "name": "jordanwebsite", "version": "1.0.0", "description": "", "main": "server.js", "scripts": { "start": "node server.js", "server": "nodemon server.js", "test": "echo \"Error: no test specified\" && exit 1",