Top "Dependencies" questions

A dependency exists between two elements if changes to the definition of one element may cause changes to the other.

The located assembly's manifest definition does not match the assembly reference

I am trying to run some unit tests in a C# Windows Forms application (Visual Studio 2005), and I get the …

c# reference compiler-errors dependencies version
How to add local jar files to a Maven project?

How do I add local jar files (not yet part of the Maven repository) directly in my project's library sources?

java maven dependencies libraries mvn-repo
What's the difference between dependencies, devDependencies and peerDependencies in npm package.json file?

This documentation answers my question very poorly. I didn't understand those explanations. Can someone say in simpler words? Maybe with …

node.js npm dependencies package.json
How do I tell Maven to use the latest version of a dependency?

In Maven, dependencies are usually set up like this: <dependency> <groupId>wonderful-inc</groupId> <…

java maven dependencies maven-2 maven-metadata
Maven: Failed to read artifact descriptor

I am hoping someone can help me with a problem I am struggling with. When I try to build my …

java maven dependencies
Maven: add a dependency to a jar by relative path

I have a proprietary jar that I want to add to my pom as a dependency. But I don't want …

java maven-2 build-process build dependencies
Why does npm install say I have unmet dependencies?

I have a node package. When I run npm install from the package root, it installs a bunch of things, …

node.js dependencies npm
How do I install package.json dependencies in the current directory using npm

I have a web app: fooapp. I have a package.json in the root. I want to install all the …

deployment node.js dependencies npm
force Maven to copy dependencies into target/lib

How do I get my project's runtime dependencies copied into the target/lib folder? As it is right now, after …

java maven dependencies maven-2 maven-3
How to check for DLL dependency?

Sometimes when I'm doing a little project I'm not careful enough and accidentally add a dependency for a DLL that …

windows dll dependencies