/opt/homebrew/Cellar/heroku/7.66.4/lib/client/bin/heroku: line 16: /opt/homebrew/Cellar/heroku/7.66.4/lib/client/bin/../8.7.1-3f5e369/bin/heroku: No such file or directory
I am trying to use cmd heroku accounts:set qed but Whenever i use heroku cmd then it gives me the following error:
/opt/homebrew/Cellar/heroku/7.66.4/lib/client/bin/heroku: line 16: /opt/homebrew/Cellar/heroku/7.66.4/lib/client/bin/../8.7.1-3f5e369/bin/heroku: No such file or directory
It was working fine but after the Mac OS update, it worked one time and then stopped working.
What is the current behavior?
Getting the above error when trying any Heroku cmd.
What is the expected behavior?
It should run the Heroku cli commands
This known bug should be fixed in a release this week.
Uninstalling and reinstalling is the quickest fix.
brew uninstall heroku && brew tap heroku/brew && brew install heroku
For other users finding this and not using brew: https://devcenter.heroku.com/articles/heroku-cli#install-the-heroku-cli
@ZeeshanAhmadKhalil Just checking in on this issue. Is this still a problem for you?
@k80bowman It's working fine now, just reinstalled the heroku cli.