Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

elm package install doesn't exist in elm 0.19.0 #52

Closed
0xlee opened this issue Aug 28, 2018 · 12 comments
Closed

elm package install doesn't exist in elm 0.19.0 #52

0xlee opened this issue Aug 28, 2018 · 12 comments

Comments

@0xlee
Copy link

0xlee commented Aug 28, 2018

Hi everyone,

I am very new to elm (2 days) and I see there is a new version of elm, 0.19.0, which is installed on my machine.

Now I wanted to run elm package install but the tool says that this command doesn't exist. elm install doesn't work either.

What would be the best way to build it and see the examples in elm 0.19.0? I also would like to change the READMEs if I get it work. Thanks in advance!

Best

@0xlee
Copy link
Author

0xlee commented Aug 28, 2018

The 0.19.0 requires a elm.json file, and all the dependencies should have this file (I guess).

I did elm init and tried to install all dependencies with elm install [package] and it succeeded only with package debois/elm-dom and myrho/elm-round. This are the only ones which has a elm.json instead of elm-package.json.

Other packages are not ready yet.

@joecorkerton
Copy link

This package hasn't been update for 0.19 yet. @terezka are there plans to update this package? I have found it very useful

@MarcCoquand
Copy link

MarcCoquand commented Sep 17, 2018

Would be a shame if this was not updated. Could we create a TODO of what needs to be done? Then I can help out.

@terezka
Copy link
Owner

terezka commented Sep 17, 2018

Yes! I'm waiting one some dependencies being updates / me having the time to remove those dependencies (probably after elm-conf) - whichever comes first! Hope that's ok and thank you in advance for your patience!

@JonRowe
Copy link

JonRowe commented Oct 26, 2018

Is there anything that could be done to help upgrading to 0.19?

@terezka
Copy link
Owner

terezka commented Oct 29, 2018

Hi! The code is updated, but something is wrong with the package website and I can't publish the package. @evancz is looking into it. :)

@JonRowe
Copy link

JonRowe commented Oct 29, 2018

Awesome! Thanks! Would love it if you could drop a mention here when this is released as I'm sure theres a few watchers waiting on this! Thanks for your hard work!

@terezka
Copy link
Owner

terezka commented Oct 29, 2018

Sure!

@terezka
Copy link
Owner

terezka commented Nov 5, 2018

Hi @JonRowe! The Elm 0.19 version should be published now. https://package.elm-lang.org/packages/terezka/line-charts/latest/

@0xlee
Copy link
Author

0xlee commented Dec 25, 2018

Thanks! I'll close this issue :D

@0xlee 0xlee closed this as completed Dec 25, 2018
@daveman1010221
Copy link

Hi. I'm also new to elm and am finding this page in January of 2020. Is 'elm package install' still relevant or is there some other way to make this work with an older project? I'm not really sure what the command did, so it's hard to fix it some other way. Thanks.

@JonRowe
Copy link

JonRowe commented Jan 15, 2020

It's elm install [package]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants