elm-package icon indicating copy to clipboard operation
elm-package copied to clipboard

Elm package fails to install modules with uppercase repo names

Open eliaslfox opened this issue 8 years ago • 2 comments
trafficstars

Renaming my repo from queue to Queue fixed my problem. The repo is here. My elm version is 0.18.0, and I am running on OSX. The stack trace I got is

✗ eliaslfox/queue 1.0.0 Error: Problem when downloading the eliaslfox/orderedmap 1.0.0 code.

eliaslfox avatar May 25 '17 04:05 eliaslfox

Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.

process-bot avatar May 25 '17 04:05 process-bot

I just unintentionally reproduced this - my username is uppercase, and it looks like it needs to match, although there's no reason to!

To install Spaxe/svg-pathd I would like to add the following
dependency to elm-package.json:

    "Spaxe/svg-pathd": "1.0.0 <= v < 2.0.0"

May I add that to elm-package.json for you? [Y/n]

Some new packages are needed. Here is the upgrade plan.

  Install:
    Spaxe/svg-pathd 1.0.0
    spaxe/svg-pathd 1.0.1

Do you approve of this plan? [Y/n]
Starting downloads...

  ✗ spaxe/svg-pathd 1.0.1
  ● Spaxe/svg-pathd 1.0.0
Error: Problem when downloading the spaxe/svg-pathd 1.0.1 code.```

Spaxe avatar May 13 '18 07:05 Spaxe