thoughtbot / parity

Shell commands for development, staging, and production parity for Heroku apps
https://thoughtbot.com
MIT License
889 stars 57 forks source link

`brew install parity` still fails #170

Closed vfonic closed 5 years ago

vfonic commented 5 years ago

Hey guys!

Seems like brew install parity got broken again. This might be the fix: https://github.com/thoughtbot/homebrew-formulae/pull/61

https://github.com/thoughtbot/parity/issues/161 https://github.com/thoughtbot/homebrew-formulae/pull/53

Is there any way to install older version of parity? I'm currently parity-less. 😱

$ brew list parity

Error: No such keg: /usr/local/Cellar/parity

$ brew list heroku

/usr/local/Cellar/heroku/7.22.9/bin/heroku /usr/local/Cellar/heroku/7.22.9/etc/bash_completion.d/bash /usr/local/Cellar/heroku/7.22.9/libexec/bin/ (3 files) /usr/local/Cellar/heroku/7.22.9/libexec/lib/ (24 files) /usr/local/Cellar/heroku/7.22.9/libexec/node_modules/ (17996 files) /usr/local/Cellar/heroku/7.22.9/libexec/ (3 files) /usr/local/Cellar/heroku/7.22.9/share/zsh/site-functions/_heroku

$ brew info parity

thoughtbot/formulae/parity: stable 3.2.0, devel 20171006a, HEAD Shell commands for environment parity for Heroku apps https://github.com/thoughtbot/parity Not installed From: https://github.com/thoughtbot/homebrew-formulae/blob/master/Formula/parity.rb ==> Dependencies Error: No available formula with the name "homebrew/core/heroku"

$ brew info heroku

heroku/brew/heroku: stable 7.22.9 Everything you need to get started with Heroku https://cli.heroku.com /usr/local/Cellar/heroku/7.22.9 (18,034 files, 47.6MB) * Built from source on 2019-04-15 at 20:05:30 From: https://github.com/heroku/homebrew-brew/blob/master/Formula/heroku.rb ==> Dependencies Required: heroku/brew/heroku-node βœ” ==> Caveats To use the Heroku CLI's autocomplete -- Via homebrew's shell completion: 1) Follow homebrew's install instructions https://docs.brew.sh/Shell-Completion NOTE: For zsh, as the instructions mention, be sure compinit is autoloaded and called, either explicitly or via a framework like oh-my-zsh. 2) Then run $ heroku autocomplete --refresh-cache

OR

Use our standalone setup: 1) Run and follow the install steps: $ heroku autocomplete

Bash completion has been installed to: /usr/local/etc/bash_completion.d

zsh completions have been installed to: /usr/local/share/zsh/site-functions

vfonic commented 5 years ago

This has just been fixed by: https://github.com/thoughtbot/homebrew-formulae/pull/61

πŸŽ‰