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

Can't install via elm-package

Open deepalma opened this issue 7 years ago • 6 comments

I'm not able to install using elm-package install styled-components/elm-styled.

If I try that I'm getting this error:

Error: Could not find any packages named styled-components/elm-styled.

Here are some packages that have similar names:

    elm-community/elm-time
    seanhess/elm-style
    elm-community/elm-test
    poying/elm-style

Maybe you want one of those?

The package seems not to be listed in http://package.elm-lang.org/

Am I missing something? I'm very new to Elm, so I apologise if I'm making some silly mistake.

I'm using elm version 0.18.0

deepalma avatar Mar 21 '17 20:03 deepalma

I have not released v1 yet. I want to fix some minor issues first.

k15a avatar Mar 22 '17 07:03 k15a

Ok, thanks ;)

deepalma avatar Mar 22 '17 10:03 deepalma

So how we can install it?

przemyslawjanpietrzak avatar Apr 21 '18 21:04 przemyslawjanpietrzak

It is not possible to install it via elm-package because of Native code. Not sure why there is elm-package command in README.

You can install it with elm-github-install or elm-grove. But you should know that Native code will be not allowed in upcoming Elm 0.19

ssbb avatar Apr 26 '18 12:04 ssbb

AFAIK we have all APIs we need in elm 19 to avoid native code. At this point I would like to get up with the development again.

k15a avatar Apr 26 '18 18:04 k15a

Any update on this?

luc-tielen avatar Jun 19 '18 12:06 luc-tielen