0
votes

I am getting this kind of error when I execute any commands of Heroku such as heroku -v or heroku login.

'crumb' is not recognized as an internal or external command, operable program or batch file.

'ruby.exe' is not recognized as an internal or external command, operable program or batch file.

1

1 Answers

1
votes

One of your errors complains about Ruby not being available. Based on that message I suspect you have the legacy Ruby-based CLI installed. It hasn't been supported for a very long time.

Remove it and then install the current CLI, which is built with Node.js.