File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060npm install
6161`` `
6262
63+ > Note: Disable any ` ocaml ` global compilers you have in your ` PATH `. If you already
64+ have an ocaml compiler installed via ` opam `, disable the line in your ` ~ / . bashrc `
65+ that sources the ` opam ` environment. You may even want to uninstall any ` ocaml `
66+ compilers that you installed via ` brew `. (We are working on a fix to this problem).
67+
6368## Project Commands
6469
6570Once built, ` ReasonProject ` generates an *environment* that you can temporarily
277282(to avoid using a stale cache). Then if that doesn't work, follow the following
278283steps to debug your specific failed dependency.
279284
285+ Also, remember to disable any system ocaml compilers that you have in your PATH.
286+ For example, if you installed an OCaml compiler via opam, comment out the line in
287+ your ` ~ / .b a s h r c ` o r ` ~ / . bash_profile ` that source the opam environment,
288+ and then open a new shell.
289+
290+ > Note: We will soon make it impossible for these kinds of conflicts to occur.
291+
292+
280293#### Debugging Failed Dependencies
281294
282295When ` npm install ` fails to install one of your dependencies, it's typically
You can’t perform that action at this time.
0 commit comments