Node.js Heroku Deployment on Mac - sh: 1: nodemon: not found / npm ERR! `nodemon fileName.js` / npm ERR! Failed at the…start script
问题 Deploying on Heroku with Node.js using Mac My issue: State changed from starting to crashed && sh: 1: nodemon: not found && Failed at...start script && status 1...code=H10 After creating my front-end, with React , back-end server, with node.js / express.js , and database, with PostgreSQL , I attempted to deploy my server on Heroku with Git . Since I already had Git , I moved onto Heroku CLI First, from the terminal in my server... brew install heroku/brew/heroku heroku create git remote -v