When I try to install the hyperterm as described in readme, I have:
➜ brew cask install hyperterm
Error: No available Cask for hyperterm
Error: nothing to install
But other packages work just fine (for instance atom
one). What could it mean?
I was able to install it via brew cask install hyperterm
as of yesterday. Not sure what could be the problem. perhaps try running brew cask update
, then brew cask search hyperterm
and see what happens?
run brew cask update && brew cask install hyperterm
and see if that fixes it
@SpencerCDixon's solution works well, thanks a lot guys!
Most helpful comment
run
brew cask update && brew cask install hyperterm
and see if that fixes it