-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
NextLS crashes when the project deps updates #115
Comments
Did you modify mix.exs first? |
Only mix.lock changed. |
Sorry, I mean did you run mix deps.update while Next LS was already running? |
I think so, yes. I restarted the server afterwards and it gave the same error until I deleted the .elixir-tools folder. When I have a minute I can try to pin it down to exact actions. |
Interesting, I would not have expected the need to delete the .elixir-tools folder |
Related #53 |
Partially addresses elixir-tools#53 elixir-tools#115 elixir-tools#285 Co-authored-by: Mitchell Hanberg <[email protected]>
Partially addresses elixir-tools#53 elixir-tools#115 elixir-tools#285 Co-authored-by: Mitchell Hanberg <[email protected]>
Partially addresses elixir-tools#53 elixir-tools#115 elixir-tools#285 Co-authored-by: Mitchell Hanberg <[email protected]>
Partially addresses elixir-tools#53 elixir-tools#115 elixir-tools#285 Co-authored-by: Mitchell Hanberg <[email protected]>
Partially addresses #53 #115 #285 Co-authored-by: Mitchell Hanberg <[email protected]>
I believe #401 should close out this issue, I will likely release it in v0.20.2, please update and let me know if you can still reproduce. I'll close the issue if I don't hear back in a while, but feel free to comment and I'll re-open |
After running
mix deps.update --all
on a project using NextLS, the NextLS server crashes with the following error:After deleting and the .elixir-tools directory it recompiles and works again.
The text was updated successfully, but these errors were encountered: