christopher-caldwell / react-kanban

react-kanban
MIT License
18 stars 10 forks source link

Missing dependecies hello-pangea/dnd #19

Closed DrZanuff closed 1 year ago

DrZanuff commented 1 year ago

I've just finished porting the asseinfo branch with thiis branch. Good job guys. But when I tried to run the project after instaled it using yarn, Vite could not compile it, saying the https://github.com/hello-pangea/dnd is missing. After installing locally it solved the issue. But could we add as dependencie for this project?

christopher-caldwell commented 1 year ago

Hello, it's listed here as a peer dependency.

I chose not to make it a dependency because that would require pinning a specific version of @hello-pangea/dnd, which wouldn't be best for people already using a different version.

Unfortunately, that does mean you have to install the dependency yourself.