'Cannot install watchman from homebrew
I just started developing apps using react native. When I tried to set up, I downloaded homebrew successfully, but I cant install watchman or node using the following command:
brew install node
brew install watchman
This is the result I have:
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
Error: No available formula or cask with the name "watchman".
==> 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.
Does anyone know how to fix this?
Solution 1:[1]
rm -rf /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core; brew update
I had same Issue recently this solved to me
Solution 2:[2]
brew doctorgit -C $(brew --repo homebrew/core) checkout master
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Mohamed Ahmed |
| Solution 2 | Deepak Singh |
