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 running dune build #113

Open
JoaoVictorGI opened this issue Sep 19, 2024 · 1 comment
Open

Error running dune build #113

JoaoVictorGI opened this issue Sep 19, 2024 · 1 comment
Labels
needs reporter action The issue or PR is waiting on action from the reporter/author

Comments

@JoaoVictorGI
Copy link

image

bun run dev
$ dune build && concurrently 'npm:vite-dev' 'npm:dune-watch'
File "dune", lines 49-53, characters 2-109:
49 |   (melange.emit
50 |    (target output)
51 |    (alias melange_ocaml)
52 |    (libraries app)
53 |    (module_systems (es6 mjs)))
Error: Library "melange" not found.
-> required by alias all
-> required by alias default
File "src/dune", line 6, characters 7-18:
6 |   (pps melange.ppx reason-react-ppx)))
           ^^^^^^^^^^^
Error: Library "melange.ppx" not found.
-> required by _build/default/src/App.re.pp.ml
-> required by alias src/all
-> required by alias default
File "src/bindings/dune", line 25, characters 7-18:
25 |   (pps melange.ppx)))
            ^^^^^^^^^^^
Error: Library "melange.ppx" not found.
-> required by _build/default/src/bindings/bindings.pp.ml
-> required by alias src/bindings/all
-> required by alias default
File "src/components/dune", line 15, characters 7-18:
15 |   (pps melange.ppx reason-react-ppx)))
            ^^^^^^^^^^^
Error: Library "melange.ppx" not found.
-> required by _build/default/src/components/Configuration.re.pp.ml
-> required by alias src/components/all
-> required by alias default
error: script "dev" exited with code 1
@davesnx
Copy link
Collaborator

davesnx commented Nov 5, 2024

Can you describe which steps you did? What versions of tools are you using?

It's very hard to help otherwise.

Thanks

@davesnx davesnx added the needs reporter action The issue or PR is waiting on action from the reporter/author label Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs reporter action The issue or PR is waiting on action from the reporter/author
Projects
None yet
Development

No branches or pull requests

2 participants