-
Notifications
You must be signed in to change notification settings - Fork 23
Unable to install using yarn #45
Comments
I second this issue. What motivated such a limiting design decision? This makes it near impossible to incorporate reason-cli in many scenarios... Not good. |
The recent esy release should work with yarn:
|
Yes but the In my case, |
@pcj is that really a global location? It looks pretty deep. |
No, not global. That's the problem (I don't want a global install). |
@pcj Can I learn a little more about your use case? Technically However, there are other options for local dependencies on Reason but I'd have to hear more about your use case. What kind of app are you building? |
The original issue has been resolved in the latest 3.0.0 release, but I'll keep this open to discuss the "deep paths" use case. |
Hi, Just finished a two-hour session trying to figure out why Reason CLI tools won't install. Apparently it choked on a path which it thought `is too deep inside filesystem, Esy won't be able to relocate binaries`. This specific error was also silent, so I had to go into the esyBuildRelease shell script and make it spit it out. This [issue](reasonml/reason-cli#45) hinted using Yarn would do off with all that, and it did, installing quickly and happily. Might also be worth recommending Yarn as a default running for installing over npm, but I will leave that to more knowledgeable documentation editor.
Hi |
MacOS 10.12.6
Yarn v0.27.5
On another machine I've got infinite resolving packages (stops on
pend
package)The text was updated successfully, but these errors were encountered: