我想在我的 Mac 上测试这个项目: https ://github.com/nt591/monkey-ocaml。下载项目后,dune runtest
返回如下错误:
$ dune runtest
File "dune-project", line 1, characters 11-15:
1 | (lang dune 1.11)
^^^^
Error: Version 1.11 of dune is not supported.
Supported versions:
- 0.0
- 1.0 to 1.6
然后,我遵循了这个建议,但它返回了这个:
$ dnf remove dune
-bash: dnf: command not found
我必须安装dnf
吗?有人可以帮忙吗?