You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot install this module. This seems to be due to a username mismatch.
When I attempt elm-package install wraith1995/complex, I get this error:
Error: Could not find any packages named wraith1995/complex.
Here are some packages that have similar names:
teocollin1995/complex
Bractlet/elm-plot
prikhi/decimal
Chadtech/order
Maybe you want one of those?
This is because elm-package thinks this library should be teocollin1995/complex.
When I attempt elm-package install teocollin1995/complex, I get this error:
Error: Problem when downloading the teocollin1995/complex 1.0.1 code.
This is because when it downloads the package, it expects to get a folder whose name starts with teocollin1995-complex, but it instead starts with wraith1995-complex. At this point, it just aborts the installation.
There is a workaround:
Run elm-package install teocollin1995/complex. This will fail.
Go to elm-stuff and rename wraith1995-complex-<random chars> to teocollin1995-complex-<random chars>.
Rerun elm-package install teocollin1995/complex.
The text was updated successfully, but these errors were encountered:
I will look into fixing this sometime in the next few days. I suspect that I might just have to undo a name change and I'm okay with that if it comes to that, but I'm going to put some effort into avoiding it if possible.
I cannot install this module. This seems to be due to a username mismatch.
When I attempt
elm-package install wraith1995/complex
, I get this error:Error: Could not find any packages named wraith1995/complex.
This is because elm-package thinks this library should be teocollin1995/complex.
When I attempt
elm-package install teocollin1995/complex
, I get this error:This is because when it downloads the package, it expects to get a folder whose name starts with teocollin1995-complex, but it instead starts with wraith1995-complex. At this point, it just aborts the installation.
There is a workaround:
elm-package install teocollin1995/complex
. This will fail.wraith1995-complex-<random chars>
toteocollin1995-complex-<random chars>
.elm-package install teocollin1995/complex
.The text was updated successfully, but these errors were encountered: