You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to install elm-review in a project I'm working on right now but can't get elm-review init to work.
I guess it has a connection with elm-json - tried with elm-json 0.2.12 and 0.2.13(last)
The text was updated successfully, but these errors were encountered:
CharlonTank
changed the title
elm-review init bugelm-review init bug: error: elm-json exited with exit code 1
Dec 6, 2022
CharlonTank
changed the title
elm-review init bug: error: elm-json exited with exit code 1elm-review init error: elm-json exited with exit code 1
Dec 6, 2022
I experienced the same problem as @CharlonTank. I initially had installed elm-review globally, which the README warns about. I then installed elm-review locally which made the problem go away.
For what it is worth, below you can find the different versions that were installed
Mode
Version
Global
2.6.1
Local
2.9.1
When I updated my globally installed version, everything worked for me again.
I'm trying to install elm-review in a project I'm working on right now but can't get elm-review init to work.
I guess it has a connection with elm-json - tried with elm-json 0.2.12 and 0.2.13(last)
The text was updated successfully, but these errors were encountered: