-
Notifications
You must be signed in to change notification settings - Fork 23
Error on installation #28
Comments
Can you try uninstalling reason-cli and reinstalling it again? |
@jordwalke Yes I executed the following commands in order:
|
the instructions for reason-cli say to uninstall like |
Sorry, |
Just to rule it out. Can you mv ~/.esy to somewhere else and try again? |
ok, I moved ~/.esy to another folder, then tried reinstall it and got this error
I see permission denied, but I'm sure I put sudo before everything. |
@andreypop and @bsansouci might have found the cause of this today. Did you recently upgrade to a new Mac OS? |
(just to unblock you, you can use the OPAM versions of reason until we figure this out). |
Yes, about a week ago. now on version 10.12.4 |
Installing from opam worked for me after it failed trying from npm with the same error as the OP. |
@wangsongiam Yes, opam installing reason covers most of the same things, but you also want to opam install merlin as well. |
I tried installing today, and am getting the same error. I think this is the cause:
|
Thanks for the heads up @gilbert. Looks like menhir's page is down. I'm finding out what's going on, thanks. |
Is there a workaround for now that you know of? I installed via opam, and then ran Thanks! |
@kristojorg Installing this worked for me: https://github.com/yunxing/reason-bin |
reason-bin works if you just need to install the refmt binary for parsing/printing. Waiting on menhir to put their servers back up to make reason-cli work again. (Reason-cli is a best effort supported tool, but opam is better supported). @kristojorg If you want to use opam, it should work - you probably don't have your shell setup correctly with the opam command you need to run etc. Is that true? |
This should be fixed now! Thanks for your patience. We'll try to get something that makes the open source reason-cli workflow more similar to the internal one. |
I bumped on the same installation problem on Archlinux and yarn 1.11. Not sure why but the problem solved itself by running the same command twice: |
I executed
sudo npm install -g git://github.com/reasonml/reason-cli.git#beta-v-1.13.3
on my home dir and got the following errors. (OSX 10.12.4)more on npm debug log
The text was updated successfully, but these errors were encountered: