dgreene1 / react-accessible-treeview

A react component that implements the treeview pattern as described by the WAI-ARIA Authoring Practices.
https://dgreene1.github.io/react-accessible-treeview
MIT License
277 stars 37 forks source link

trunk currently broken #24

Closed mellis481 closed 2 years ago

mellis481 commented 2 years ago

When I pull down the master branch and try to run npm i, I get the following error:

image

Not sure why this codebase does not have a package-lock.json checked in...

lissitz commented 2 years ago

That's due to npm 7 automatically installing peer dependencies. As it is it can be installed using npm install --force. The newest commit updated the dependencies so that should no longer be necessary, though.

dgreene1 commented 2 years ago

Sounds like we can close this issue thanks to the new commit.