Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

brew: no formula called ctls

I'm getting the following error when trying to install Vapor's CTLS package.

Gertrude:ctls tanner$ brew install ctls
Error: No available formula with the name "ctls" 
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
==> Searching taps...
Error: No formulae found in taps.
like image 271
tanner0101 Avatar asked Mar 29 '17 12:03

tanner0101


1 Answers

You need to add Vapor's tap first.

brew tap vapor/homebrew-tap

Then run it again

brew install ctls
like image 149
tanner0101 Avatar answered Oct 15 '22 19:10

tanner0101