Questions tagged [dependency-tree]

When dependencies are nested inside other dependencies, they form a dependency tree. Use this tag when a dependency tree is an important aspect of the question's problem setting.

35 questions
0
votes
1 answer

python - remove header & footer from mvn dependency tree

I need to take a maven dependency tree & remove the header & footer so that only the dependency info is left. An example tree is below. [INFO] Scanning for projects... [INFO] [INFO] ----------------------------< brs:libadept…
BeansMama
  • 131
  • 1
  • 8
0
votes
1 answer

What is wrong with my configuration when trying to run Chromedriver? (IntelliJ / Spring)

I'm sending a post request from Postman to my locally running API. The API is supposed to open up chromedriver, but does not. Throws errors/warnings instead. I've tried setting chrome options and desired capabilities, but nothing seems to fix my…
0
votes
1 answer

How to implement a dependency tree of updating objects?

Edit: I am not looking for an implementation but just for some keywords to search and methodologies to get me started. I am struggling with generating a dependency tree where child nodes are updated by an external process and the requirement is to…
Matt
  • 7,004
  • 11
  • 71
  • 117
-1
votes
1 answer

Could not resolve dependency tree angular tslib

npm install gives the following error (please refer the image) cli version is Angular CLI: 9.1.8 Please help. thanks!
Priyanka
  • 31
  • 3
-2
votes
1 answer

ERESOLVE unable to resolve dependency tree.While installing npm package react-alert

PS C:\Users\OneDrive\Desktop\MERN Project\frontend> npm i react-alert npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: frontend@0.1.0 npm ERR! Found: react@18.2.0 npm ERR!…
1 2
3