当我尝试使用homebrew安装sml时,我遇到了以下错误
xxxxs-iMac:~ mo$ brew install smlnj
Error: No available formula with the name "smlnj"
==> Searching for a previously deleted formula (in the last month)...
Warning: homebrew/core is shallow clone. To get complete history run:
git -C "$(brew --repo homebrew/core)" fetch --unshallow
Error: No previously deleted formula found.
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
==> Searching taps...
==> Searching taps on GitHub...
Error: No formulae found in taps.我该如何解决这个问题?
发布于 2019-08-30 23:21:20
我也有同样的问题。我修复它的方法是使用
brew cask install smlnj而不是
brew install smlnjhttps://stackoverflow.com/questions/57420706
复制相似问题