rrdelaney / reason-scripts

:beginner: Create a ReasonML and React development environment
MIT License
628 stars 58 forks source link

reason-react build fails if 3rd party library was built with 3.1 #42

Closed venil7 closed 6 years ago

venil7 commented 6 years ago

If a third party library was built with 3.1 then you add it to reason-react project as a dependency then unless npm install reason-cli@3.1.0-darwin (notice no -g) is installed - reason-react build fails.

temp solution: install reason-cli@3.1.0 locally, but the downside is to specify architecture (darwin)

rrdelaney commented 6 years ago

Can you try this again with reason-scripts@1.0.0-beta1? I think I fixed the issue.