jfmengels / node-elm-review

CLI for elm-review
https://package.elm-lang.org/packages/jfmengels/elm-review/latest/
BSD 3-Clause "New" or "Revised" License
47 stars 25 forks source link

TypeError: constraint.split is not a function #154

Closed jamesrweb closed 2 weeks ago

jamesrweb commented 3 weeks ago

When running a fresh elm-review setup using the package template, the following error is thrown from the CLI:

Screenshot 2024-06-12 at 18 30 14
jfmengels commented 3 weeks ago

Hi @jamesrweb :wave:

I'm not able to reproduce this by using the following:

cd some-elm-package/
elm-review init --template jfmengels/elm-review-config/package
elm-review

Could you provide a bit more information? The elm.json of your project seems relevant in this case.

jamesrweb commented 2 weeks ago

Yeah, as mentioned in the slack, I don't know what happened since it resolved itself without me changing anything the next day. Closing for now and will re-open if it happens again.