Skip to content

Commit d84bacc

Browse files
authored
add troubleshooting info (#388)
1 parent 724d59a commit d84bacc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@ If your editor is in a weird state, the first recourse (if you're in VSCode) is
147147

148148
If that doesn't work, try cleaning built artifacts, with `bsb -clean-world` (or for dune, `dune clean`). Then try to build, with `bsb -make-world` (or `dune build @install`) and see if that works.
149149

150+
If you encounter `Unable to find project root dir` error, check that there are no extra `.merlin` files
151+
in other folders than the project root folder.
152+
150153
## What about the [ocaml-language-server](https://github.com/freebroccolo/ocaml-language-server/)?
151154

152155
That project uses [merlin](https://github.com/ocaml/merlin) under the hood, which is a very powerful and well-developed tool for IDE features in OCaml/Reason.

0 commit comments

Comments
 (0)