Top "Dependencies" questions

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

How do I deal with installing peer dependencies in Angular CLI?

I've found myself in an almost endless cycle of errors when trying to update my Angular CLI and NPM. Every …

angular dependencies angular-cli npm-install
Makefile, header dependencies

Let's say I have a makefile with the rule %.o: %.c gcc -Wall -Iinclude ... I want *.o to be rebuilt …

dependencies makefile header-files
Upgrading React version and it's dependencies by reading package.json

I have an existing project, which has react@15 and all it's dependencies according to that. But now I have to …

reactjs dependencies upgrade
HintPath vs ReferencePath in Visual Studio

What exactly is the difference between the HintPath in a .csproj file and the ReferencePath in a .csproj.user file? …

.net visual-studio dependencies
RHEL 6 - how to install 'GLIBC_2.14' or 'GLIBC_2.15'?

I need these 2 packages installed on RHEL 6 linux system. They are required by several other programs. When I do: sudo …

dependencies glibc yum rhel
Detecting superfluous #includes in C/C++?

I often find that the headers section of a file get larger and larger all the time but it never …

c++ c refactoring include dependencies
Why my autoload.php of composer doesn't work?

I have a project, I use Composer and i import many thing by it... i require the autoload.php in …

php dependencies composer-php respect-validation
Find unused npm packages in package.json

Is there a way to determine if you have packages in your package.json file that are no longer needed? …

node.js dependencies npm
How do I drop a column with object dependencies in SQL Server 2008?

The error message I'm obtaining when trying to drop a column: The object 'defEmptyString' is dependent on column 'fkKeywordRolleKontakt'. Msg 5074, …

sql sql-server sql-server-2008 dependencies sql-drop
Do you know the Maven profile for mvnrepository.com?

I am trying to include some dependencies in my Maven project. These dependencies are not available in the default Maven 2 …

maven-2 maven dependencies profile dependency-management