Replies: 1 comment
-
You are right, some packages are out of date. They are only used for the build pipeline, so they should not affect the application itself. It should be fixed though. at some point. If someone provides a PR, even better... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been learning to leverage FancyTree over the past month or so and I've found it super useful. But I wanted to include the drag and drop functionality.
This meant that instead of loading a local JavaScript object I was loading a JSON. But I was running it locally and CORS got in the way. Fortunately there was an existing issue that explained how to run FancyTree locally.
But when I followed them NPM warned that a lot of the packages were in need of updates or had been deprecated. I didn't see any existing issues, but I also didn't know if this qualified as an issue, so I'm posting here to ask if I should create an issue for the dependencies being out of date.
Below is the text of my installation sadly the colors don't copy over so it is not as easy to read.
Beta Was this translation helpful? Give feedback.
All reactions