Not too familiar with homebrew. I'm trying to downgrade jq
from 1.6 to 1.3.1 by running
brew install jq@1.3.1
but I keep receiving
Warning: No available formula with the name "jq@1.3.1".
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
==> Searching for a previously deleted formula (in the last month)...
Error: No previously deleted formula found.
==> Searching taps on GitHub...
Error: No formulae found in taps.
as my error response.
I've tried brew install jq@1.3
, brew install jq=1.3
, brew install jq==1.3
to no avail. Any advice?