exrm fails due to unreachable_package

314 views Asked by At

First time trying out exrm. Build failing because unreachable_package. Can't seem to find what package is the issue. Any insight into where I should be looking would be much appreciated.

===> Provider successfully run: app_discover
===> Running provider resolve_release
===> Solving Release telnet_client-0.0.1
===> Provider (resolve_release) failed with: {error,
                                                 {rlx_prv_release,
                                                  {failed_solve,
                                                   {unreachable_package,
                                                    telnet_client}}}}
==> Failed to build release. Please fix any errors and try again.
1

There are 1 answers

1
davidj On

Removing the build_path and config_path seems to have done the trick.

 build_path: "../../_build",
 config_path: "../../config/config.exs",