We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At first I got an error message that said run:
cd assets && npm install
That generates lots of errors. But, the mix server still fails with something along the lines of:
[info] Application candidate_website exited: exited in: CandidateWebsite.Application.start(:normal, []) ** (EXIT) an exception was raised: ** (ArgumentError) argument error (stdlib) dets.erl:658: :dets.open_file("event_cache", [keypos: 1, type: :set]) (stash) lib/stash.ex:232: Stash.load/2 (candidate_website) lib/application.ex:23: CandidateWebsite.Application.start/2 (kernel) application_master.erl:277: :application_master.start_it_old/4 ** (Mix) Could not start application candidate_website: exited in: CandidateWebsite.Application.start(:normal, []) ** (EXIT) an exception was raised: ** (ArgumentError) argument error (stdlib) dets.erl:658: :dets.open_file("event_cache", [keypos: 1, type: :set]) (stash) lib/stash.ex:232: Stash.load/2 (candidate_website) lib/application.ex:23: CandidateWebsite.Application.start/2 (kernel) application_master.erl:277: :application_master.start_it_old/4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At first I got an error message that said run:
That generates lots of errors. But, the mix server still fails with something along the lines of:
[info] Application candidate_website exited: exited in: CandidateWebsite.Application.start(:normal, [])
** (EXIT) an exception was raised:
** (ArgumentError) argument error
(stdlib) dets.erl:658: :dets.open_file("event_cache", [keypos: 1, type: :set])
(stash) lib/stash.ex:232: Stash.load/2
(candidate_website) lib/application.ex:23: CandidateWebsite.Application.start/2
(kernel) application_master.erl:277: :application_master.start_it_old/4
** (Mix) Could not start application candidate_website: exited in: CandidateWebsite.Application.start(:normal, [])
** (EXIT) an exception was raised:
** (ArgumentError) argument error
(stdlib) dets.erl:658: :dets.open_file("event_cache", [keypos: 1, type: :set])
(stash) lib/stash.ex:232: Stash.load/2
(candidate_website) lib/application.ex:23: CandidateWebsite.Application.start/2
(kernel) application_master.erl:277: :application_master.start_it_old/4
The text was updated successfully, but these errors were encountered: