upnotes-io / react-todo

A generic todo list componet for react. This is being used in an electron based app: https://upnotes.io
8 stars 41 forks source link

require more accurate instruction for Contributor guided #60

Closed Curis-lab closed 8 months ago

Curis-lab commented 8 months ago

I have setup the following instruction but I got some errors like this

warning package.json: "dependencies" has dependency "husky" with range "^8.0.3" that collides with a dependency in "devDependencies" of the same name with version "^8.0.0"
warning react-todo-component@2.2.1: "dependencies" has dependency "husky" with range "^8.0.3" that collides with a dependency in "devDependencies" of the same name with version "^8.0.0"
..

I don't know how to solve it.

kamalkishor1991 commented 8 months ago

@Curis-lab this is just a warning so you can just ignore it also. Thanks for reporting it I fixed it here Please pull the latest master.