Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when trying to run with quick start steps #6

Open
samueldurantes opened this issue May 4, 2024 · 2 comments
Open

Error when trying to run with quick start steps #6

samueldurantes opened this issue May 4, 2024 · 2 comments

Comments

@samueldurantes
Copy link

I'm trying to run this example with quick start steps, but I'm receiving this error:

image
  • OS version: MacOS Sonoma 14.3
  • Opam version: 2.1.5
@jchavarri
Copy link
Member

From the kind of error, I would say that either dune is picking up the wrong folder as root folder, or that some source files are actually missing.

Could you run the following commands and share the output to help us diagnose please? All of them should run from the folder where you cloned the repo:

  • Print commit: git log -1 --format="%H"
  • Print opam switch information: opam switch
  • Dune install folder: which dune
  • Dune version: dune --version
  • Describe dune workspace: dune describe
  • See if source file is there: ls -la Index.re

@anmonteiro
Copy link
Member

It's also a bit weird to be looking for the default alias. The default dune alias after dune 3.0 is all, not default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants