project-everest / everest

https://project-everest.github.io/
Apache License 2.0
193 stars 29 forks source link

`everest check` expects fsharpc, mono to be installed #76

Closed naman closed 3 years ago

naman commented 4 years ago

What happens now? Ubuntu 20.04 on WSL Even after installing mono, dotnet-sdk-3.1 through Ubuntu's package manager. I get the following error while running everest check

./everest check                                                                      11:40:47
# Switching to the everest directory ... now in /home/-/work/everest

Checking environment
... which found
... github.com access ok
... ocaml minimum version requirements met
... opam found
... all 24 ocamlfind packages found
... sample ocamlbuild project compiles successfully
... Node.js found in PATH
ERROR: fsharpc not found
Hint: brew install mono or use your favorite package manager

Expecation: Ideally, the everest script should be able to install fsharp dependencies.

nuaaysh commented 3 years ago

Hello, I meet the same issue "ERROR: fsharpc not found", same environment: Ubuntu 20.04 Any solutions? ps: the docker file is too big, it's impossible for me to use the docker version.

Regards,

nuaaysh commented 3 years ago

Hello, I meet the same issue "ERROR: fsharpc not found", same environment: Ubuntu 20.04 Any solutions? ps: the docker file is too big, it's impossible for me to use the docker version.

Regards,

I try the command: sudo apt install fsharp, now this error is solved. thx @protz