`epm install` after `epm update` reports the package list is not updated
JustusAdam opened this issue · 3 comments
JustusAdam commented
I ran epm update
and after that epm install --dependencies-only
but it reported the following warning:
Warning: The package list for 'git.etlas.eta-lang.org' does not exist. Run
'epm update' to download it.
rahulmutt commented
- Delete
~/.epm/config
- Delete
~/.epm/packages/
- Run
epm update
Let me know if that works.
JustusAdam commented
Yes, it did. :) Nice.
rahulmutt commented
Closing, since it seems to be fixed.