-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: Support install in windows #4
Conversation
windows setup problem: Error! Failed to load module 'elixir' because it cannot be found. Make sure that the module name is correct and Runtime terminating during boot ({undef,[{init,start_it,1,[{file,"init.erl"},{line,1216}]},{init,start_em,1,[{file,"init.erl"},{line,1182}]},{init,do_boot,3,[{file,"init.erl"},{line,871}]}]}) Crash dump is being written to: erl_crash.dump...done |
I was able to reproduce the error renaming the directory |
The problem is caused by the implementation of vfox, which solved this problem in version 0.5.3:https://github.com/version-fox/vfox/releases/tag/v0.5.3
|
No description provided.