Jacob Lee
Jacob Lee

Reputation: 4670

Heroku: heroku is not recognized as an internal or external command, operable program or batch file

As you can probably tell by the title, I am having difficulty with Heroku. Whenever I run heroku --version in the Command Line, I receive the error 'heroku' is not recognized as an internal or external command, operable program or batch file. I have tried uninstalling and re-installing heroku multiple times, to no success. I have included screenshots of the download steps which I took.

Specs:

Download Steps:

  1. Heroku Setup Step 1
  2. Heroku Setup Step 2

Upvotes: 2

Views: 3169

Answers (2)

Jacob Lee
Jacob Lee

Reputation: 4670

Make sure that you add the path to heroku to PATH. In this case it would be C:\Program Files (x86)\heroku\client\bin

Upvotes: 3

Shubham Sarda
Shubham Sarda

Reputation: 635

Make sure you restart your system and run your command again, worked for me earlier.

After the restart, check your Heroku version use heroku -v in terminal or CMD.

Upvotes: 2

Related Questions