typelead/epm

`epm install` after `epm update` reports the package list is not updated

JustusAdam opened this issue · 3 comments

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.
  1. Delete ~/.epm/config
  2. Delete ~/.epm/packages/
  3. Run epm update

Let me know if that works.

Yes, it did. :) Nice.

Closing, since it seems to be fixed.