简体   繁体   中英

exrm fails due to unreachable_package

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.

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM