хаха
You are trying to import a Time.Extra
module:
But multiple packages in your "dependencies" that expose a module that name:
waratuman/time-extra
justinmimbs/time-extra
There is no way to disambiguate in cases like this right now. Of the known name
clashes, they are usually for packages with similar purposes, so the current
recommendation is to pick just one of them.
Note: It seems possible to resolve this with new syntax in imports, but that is
more complicated than it sounds. Right now, our module names are tied to GitHub
repos, but we may want to get rid of that dependency for a variety of reasons.
That would in turn have implications for our package infrastructure, hosting
costs, and possibly on how package names are specified. The particular syntax
chosen seems like it would interact with all these factors in ways that are
difficult to predict, potentially leading to harder problems later on. So more
design work and planning is needed on these topics.