-
Notifications
You must be signed in to change notification settings - Fork 20
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
Make Console Error #44
Comments
probably rebar issue |
yes, I executed the suggested commands and they both run without errors, although I get this warning in both cases |
if you get all the deps, compile the project you should be fine.
you original error shows that there is no application list in .applist file |
oredrapps.erl is including an Erlang warning as the first line. Once removed make console should work:
Then you can make console and access the site on localhost:8001. That being said there are errors that crop up almost immediately about something to do with a ranch listener or cowboy handler and keep-alive. I'm still too n00bish to diagnose the issue but it's pasted below.
|
I get this error when I execute
$ make console
. The error trace I get is this:The text was updated successfully, but these errors were encountered: