seliopou / elm-d3

Elm bindings for D3.js
Other
335 stars 36 forks source link

Error: No versions of package 'seliopou/elm-d3' were found! #31

Closed stereobooster closed 8 years ago

stereobooster commented 8 years ago
elm-package install seliopou/elm-d3

Error: No versions of package 'seliopou/elm-d3' were found!
Is it spelled correctly?

Am I doing it wrong?

seliopou commented 8 years ago

As of now, elm-d3 is not distributed via the elm package manager. This may change in the future, but for now this is not a bug.

For now, to use elm-d3 in a project, you should vendor the code within your project and go from there.