Reputation: 4670
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:
Upvotes: 2
Views: 3169
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
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