One day bash: heroku: command not found makes the heroku command unusable. I was able to use git push heroku master. I couldn't use heroku open or heroku rake db: migrate.
npm install -g heroku
Then he was cured.
Recommended Posts