-
-
Notifications
You must be signed in to change notification settings - Fork 43
Immediate uninstall if repository casing is mismatched #93
Comments
Is this with jspm 0.16 or jspm 0.17? |
Also see jspm/jspm-cli#1274. |
That's 0.16. |
This also happens for .17 (I recently renamed my github and had to do a hard delete and jspm install to fix it) |
I guess the simple thing to do here is just to add a |
Odd I can't seem to recreate this now... I just tried |
My issue was the username -- AdamBurgess to adamburgess. Also, it was on Windows, ie case insensitive. Not sure if that makes a difference or not. I'll test again shortly |
Help replicating here would still be appreciated. |
(or did we fix this casing stuff already?) |
@guybedford I've just retried this on .17 beta 28 and .16 latest and it's fixed for me, though installing something like AdamBurgess/x is saved as AdamBurgess/x, not the "correct" adamburgess/x maybe this would be fixed with #54 ? |
@adamburgess yes casing adjustments should be treated as a redirect actually, which should be relatively straightforward to add. |
If you do
jspm install github:alice-and-bob/have-fun
where the username is actually calledAlice-and-Bob
then jspm happily installs the package but one step after doing so removes the "package configuration" again.The text was updated successfully, but these errors were encountered: