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 · 0 comments
Open

Error running dune build #113

JoaoVictorGI opened this issue Sep 19, 2024 · 0 comments

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
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

1 participant