elm-styled
elm-styled copied to clipboard
Can't install via elm-package
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
I have not released v1 yet. I want to fix some minor issues first.
Ok, thanks ;)
So how we can install it?
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
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.
Any update on this?