Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: Could not read project file (./elm.json) for exposed-modules with numbers #198

Open
rlefevre opened this issue Apr 7, 2019 · 0 comments · May be fixed by #245
Open

ERROR: Could not read project file (./elm.json) for exposed-modules with numbers #198

rlefevre opened this issue Apr 7, 2019 · 0 comments · May be fixed by #245

Comments

@rlefevre
Copy link

rlefevre commented Apr 7, 2019

Using version 0.16.1, it seems that elm-analyse cannot read elm.json files if there are some numbers in the exposed-modules.

For example:

$ git clone https://github.com/rtfeldman/elm-iso8601-date-strings.git
$ cd elm-iso8601-date-strings/
$ elm-analyse
ERROR: Could not read project file (./elm.json)

If I replace the exposed-modules "Iso8601" by "Iso", elm-analyse does not complain anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant