When you get an error ** (Mix) Unknown package foobar in lockfile
on mix deps.get
, you can fix it with deleting the cache file.
rm ~/.hex/cache.ets
https://github.com/hexpm/hex/issues/329#issuecomment-268071488
When you get an error ** (Mix) Unknown package foobar in lockfile
on mix deps.get
, you can fix it with deleting the cache file.
rm ~/.hex/cache.ets
https://github.com/hexpm/hex/issues/329#issuecomment-268071488