This repository has been archived by the owner on Sep 6, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Can't install via elm-package #13
Comments
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? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm not able to install using
elm-package install styled-components/elm-styled
.If I try that I'm getting this error:
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
The text was updated successfully, but these errors were encountered: