reasonml / reason-cli

Globally installable Reason toolchain.
MIT License
291 stars 23 forks source link

Cannot install neither using yarn nor npm on macOs #78

Closed osenvosem closed 6 years ago

osenvosem commented 6 years ago

npm 5.6.0, yarn 1.6.0, macOs 10.13.4

The process is stuck indefinitely in both cases.

screen shot 2018-05-24 at 12 03 36 screen shot 2018-05-24 at 12 05 36

andreypopp commented 6 years ago

@osenvosem Hi! Did you figure it out? It looks like it stalled due to poor network or something like that (the tarball is pretty big, around 120mb).

osenvosem commented 6 years ago

@andreypopp yep, you just should wait for a while, the package turned out to be very big. 🙂 And also if you have issues with it after the installation, you can try to install it with the --unsafe-perm flag.

andreypopp commented 6 years ago

@osenvosem I'm interested in which circumstances you need --unsafe-perm (sudo/no-sudo, nvm/nodenv/global Node install, what OS?).

osenvosem commented 6 years ago

@andreypopp it is macOs, no sudo, global install. I had an issue with not working ocamlmerlin ocamlmerlin -version gave me an error. Reinstallation with the flag fixed that.