-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
elm-review hangs in new project #137
Comments
Thank you for the issue! Also, can you tell me what the version of elm-json is? If you installzd elm-review locally, then elm-json should be in your node_modules (either directly or under elm-review I believe). |
Apologies for the delay: I am running Ventura 13.3 on an M1 Running There is an open pull request that may fix it I might try and build elm-json from source to see if it works for me. |
Please feel free to close this issue if you think it is appropriate. |
Fixed by #144 👍 |
Thankyou! Time to do some reviewing! |
You should be able to try it out using the latest beta |
Follow up from https://elmlang.slack.com/archives/C010RT4D1PT/p1692789314256189
I ran elm-review in my Lamdera app on apple-silicon and it hangs with no output
Here is the output from elm-review --debug:
`elm-review --debug
Starting review application build
-- CONFIGURATION COMPILATION ERROR ---------------------------------------------
I encountered a problem when solving dependencies:
elm-json exited with signal SIGKILL
(empty stderr)
Error: I encountered a problem when solving dependencies:
elm-json exited with signal SIGKILL
(empty stderr)
at /opt/homebrew/lib/node_modules/elm-review/lib/template-dependencies.js:50:13
at /opt/homebrew/lib/node_modules/elm-review/lib/template-dependencies.js:291:29
at async Object.getOrCompute (/opt/homebrew/lib/node_modules/elm-review/lib/cache.js:13:18)
at async Promise.all (index 0)
at async createTemplateProject (/opt/homebrew/lib/node_modules/elm-review/lib/build.js:315:43)
at async Promise.all (index 1)
at async buildLocalProject (/opt/homebrew/lib/node_modules/elm-review/lib/build.js:160:25)
at async runElmReview (/opt/homebrew/lib/node_modules/elm-review/lib/main.js:50:51)`
Thanks for you help!
The text was updated successfully, but these errors were encountered: