kevva / elm-bin

elm-platform bin-wrapper that makes it seamlessly available as a local dependency
MIT License
18 stars 5 forks source link

Installation problem with NVM #29

Closed calesce closed 8 years ago

calesce commented 9 years ago

Hi,

Using the npm install -g elm method, I had an issue with elm-reactor. It appears that elm-reactor is looking for elm-reactor-unwrapped in /usr/local/bin, but with NVM (installed via Homebrew), it ends up being located in /usr/local/Cellar/nvm/0.25.4/v0.10.39/lib/node_modules/elm/vendor/elm-reactor. I'm not sure if this is a problem with elm-reactor, this package, or something I should handle myself. 😃

yang-wei commented 9 years ago

Same with me.

jvoigtlaender commented 9 years ago

I assume this issue is the same as https://github.com/kevva/elm-bin/issues/28. See in particular this comment.