Skip to content
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

Error when using it inside an umbrella #35

Open
mrkaspa opened this issue Mar 3, 2017 · 2 comments
Open

Error when using it inside an umbrella #35

mrkaspa opened this issue Mar 3, 2017 · 2 comments
Labels

Comments

@mrkaspa
Copy link

mrkaspa commented Mar 3, 2017

Crashes looking for the deps folder when I do mix sentinel.install

@britton-jb
Copy link
Owner

Looks like I'll have to setup a proper mix task for this. Thank you for sending this over.

@britton-jb britton-jb added the bug label Mar 4, 2017
@cdesch
Copy link

cdesch commented Apr 12, 2017

@mrkaspa is this the error you're getting?

 (FunctionClauseError) no function clause matching in Keyword.merge/2
    (elixir) lib/keyword.ex:579: Keyword.merge(nil, [])
    lib/ueberauth.ex:175: Ueberauth.init/1
    (plug) lib/plug/builder.ex:193: Plug.Builder.init_module_plug/3
    (plug) lib/plug/builder.ex:181: anonymous fn/4 in Plug.Builder.compile/3
    (elixir) lib/enum.ex:1755: Enum."-reduce/3-lists^foldl/2-0-"/3
    (plug) lib/plug/builder.ex:181: Plug.Builder.compile/3
    (phoenix) expanding macro: Phoenix.Controller.Pipeline.__before_compile__/1
    lib/sentinel/web/controllers/auth_controller.ex:1: Sentinel.Controllers.AuthController (module)
    (elixir) lib/kernel/parallel_compiler.ex:117: anonymous fn/4 in Kernel.ParallelCompiler.spawn_compilers/1

could not compile dependency :sentinel, "mix compile" failed. You can recompile this dependency with "mix deps.compile sentinel", update it with "mix deps.update sentinel" or clean it with "mix deps.clean sentinel"
cjs-MBP15:my_rewards_web cj$ 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants