macos - 使用自制软件在 macOS 上安装 smlnj 不起作用

标签 macos sml

当我尝试使用自制软件安装 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.

我该如何解决这个问题?

最佳答案

我遇到了同样的问题。为我修复它的是使用

brew cask install smlnj

代替

brew install smlnj

关于macos - 使用自制软件在 macOS 上安装 smlnj 不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57420706/

相关文章:

c++ - 如何在 OS X 中检查用户名/密码组合?

c++ - 为什么 QTimer::singleShot 在时间 1 而不是 0 时阻塞我的主线程

recursion - 用函数式语言实现快速排序

macos - 在OSX 10.6下运行smlnj时出现问题

functional-programming - 如何在 SML/NJ 中创建和使用我自己的结构/签名?

haskell - 通过 Emacs 评估 ghci 中的缓冲区或拥抱

xcode - 在 xcode 中制作 .saver 文件而不使用屏幕保护程序类型项目

Mysql 在 Mac OS X Yosemite 10.10.2 中无法启动

ios - 在 Swift 4 中使用新的 JSONDecoder 协议(protocol)时,我得到了 'the data couldn’ t 被读取,因为它的格式不正确。错误

sml - 解决 SML/NJ 编译管理器中的库冲突