When attempting to download a certain package via `elm package install` I 
get this:
```bash
$ elm package install overminddl1/program-ex 1.0.0                       
Some new packages are needed. Here is the upgrade plan.                  
                                                                         
  Install:                                                               
    overminddl1/program-ex 1.0.0                                         
                                                                         
Do you approve of this plan? [Y/n] y                                     
Starting downloads...                                                    
                                                                         
  EXr overminddl1/program-ex 1.0.0                                       
ror: Problem when downloading the overminddl1/program-ex 1.0.0 code.     
```
The 'EX' part is in red and underlined, and it prints the exact same thing 
the exact same way every time for over 10 tries now.

When run it leaves a folder named 
"elm-stuff/packages/OvermindDL1-program-ex-88ef269", which does indeed 
contain the source code, if deleted it downloads it when I try `elm package 
install` again.

I then proceeded to wipe my 'elm-stuff' directory and try getting 
everything, I am now getting:
```bash
$ elm package install
Error: Your .elm/packages/ directory may be corrupted. I was led to beleive 
that
OvermindDL1/program-ex existed, but I could not find anything when I went to
look up the published versions of this package.
```
I have no .elm directory on my entire system (just finished a `find`). 
 What did I break...  >.>

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to