Szikszai Gusztáv

Results 101 comments of Szikszai Gusztáv

I need some information :) both `elm-package.json`s and the directory tree of both `elm-stuff` (`tree elm-stuff -L 2`) for starters.

Thanks. > For the record I can still run elm-test You mean it actually runs the tests and this is some extra output with them?

@MartinKavik The dependencies in `test/elm-package.json` needs to include all dependencies of the parent `elm-package.json` (4. point of https://github.com/elm-community/elm-test#running-tests-locally) and probably you need to install the dependencies with `elm-github-install` after that...

This error is not for the version tag but for the version in the `elm-package.json` at a specific tag. Can you post the `elm-package.json` of your project?

Yes, probably one of the versions of `elm-lang/core` (or an other package) has an empty string in it's `elm-package.json`. This can be fixed though I don't know when I'll have...

Then it's because of `0.19`. I'll try to support it after it comes out.

I'm not familiar with cygwin so I need to look into it, also some more information would be helpful: - how did you install? (npm installer / as a gem...

elm-github-install in windows runs with a portable ruby environment called [traveling-ruby](https://github.com/phusion/traveling-ruby) this means that it uses windows paths, the git commands in cygwins accepts linux paths which leads to a...

Thanks for bringing this up! :+1: >It would be better if elm-github-install enforced the same behaviour as the core elm tools? In this case yes. There are two things here:...

I think understand the problem. > So perhpas it is unfair to rase this as an issue against elm-github-install? I don't know :smile: maybe it's possible to wait for a...