reason-cli
reason-cli copied to clipboard
Globally installable Reason toolchain.
Right now it seems like I can install `reason-cli` and get `ocamlfind`. Also it seems like when I run `ocamlfind ocamlc -package lwt.unix -package lwt.ppx` with that ocamlfind (and no...
It points people to run `.postinstall.sh` manually, which might have been the script before. Now it seems like you should run `./bin/esyBuildRelease bin install`
``` macair:app $ npm --version 5.6.0 macair:app $ npm install -g https://github.com/reasonml/reason-cli/archive/3.0.4-bin-darwin.tar.gz /usr/local/bin/ocamlmerlin-reason -> /usr/local/lib/node_modules/reason-cli/.bin/ocamlmerlin-reason /usr/local/bin/refmt -> /usr/local/lib/node_modules/reason-cli/.bin/refmt /usr/local/bin/reactjs_jsx_ppx_v2 -> /usr/local/lib/node_modules/reason-cli/.bin/reactjs_jsx_ppx_v2 /usr/local/bin/reactjs_jsx_ppx_v3 -> /usr/local/lib/node_modules/reason-cli/.bin/reactjs_jsx_ppx_v3 /usr/local/bin/reason-cli-esy-sandbox -> /usr/local/lib/node_modules/reason-cli/.bin/reason-cli-esy-sandbox /usr/local/bin/refmttype -> /usr/local/lib/node_modules/reason-cli/.bin/refmttype...
To test the latest frontend, we need to be able to use it in server mode, and `reason-cli` doesn't expose that yet. Easy fix.
This error is experienced when *installing* a package that was `release`d with `esy` `0.0.70`. I'm on a pretty old version of node `4.2.6` (which is the default that is installed...
People tend to do sudo to globally install a module. But `reason-cli` quickly `cd`s into `actualInstall` where we do the real install / build locally. That second install is done...
When trying to install with `npm install -g https://github.com/reasonml/reason-cli/archive/beta-v-1.13.6-bin-linux.tar.gz`, using npm 5.3.0, the installation fails with the following error: ``` /usr/local/bin/ocamlmerlin -> /usr/local/lib/node_modules/reason-cli/.bin/ocamlmerlin /usr/local/bin/ocamlmerlin-reason -> /usr/local/lib/node_modules/reason-cli/.bin/ocamlmerlin-reason /usr/local/bin/ocamlrun -> /usr/local/lib/node_modules/reason-cli/.bin/ocamlrun /usr/local/bin/ocamlc...
I installed a new OCaml switch, 4.06.0, using opam. When I ran `utop`, I found that when I typed ``` #require " ``` as soon as I typed the quotation...
I think yarn just doesn't like this particular form of dependency specification: ``` [~/development]$ yarn global add git://github.com/reasonml/reason-cli.git *[master] yarn global v0.20.3 [1/4] Resolving packages... error Couldn't find manifest in...
Executing `npm install -g git://github.com/reasonml/reason-cli.git#beta-v-1.13.5` overwrote homebrew's OCaml symlink. Before executing the installation, `ocaml -version` was `4.04.1` and afterwards it was `4.02.3`. I had to re-link the package in brew...