how to read the dependencies conflicting report

Viewed 11

most resources in the internet and answers in stackoverflow just mention to add --force to npm install

I want to be able to determine which peerDependency conflicts with which one.

this is an example that I recently encountered, but if you have another conflicting report, it is welcome

npm ERR!
npm ERR! While resolving: @engineers/ngx-content-core@1.1.2
npm ERR! Found: @engineers/ngx-utils@1.1.1
npm ERR! node_modules/@engineers/ngx-utils
npm ERR!   workspace packages\ngx-utils from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! @engineers/ngx-utils@"1.1.0" from @engineers/ngx-content-core@1.1.2
npm ERR! packages/ngx-content-core
npm ERR!   @engineers/ngx-content-core@1.1.2
npm ERR!   node_modules/@engineers/ngx-content-core
npm ERR!     workspace packages\ngx-content-core from the root project      
npm ERR!
npm ERR! Conflicting peer dependency: @angular/core@14.2.2
npm ERR! node_modules/@angular/core
npm ERR!   peer @angular/core@"14.2.2" from @angular/common@14.2.2
npm ERR!   node_modules/@angular/common
npm ERR!     peer @angular/common@"^14.0.6" from @engineers/ngx-utils@1.1.0 
npm ERR!     node_modules/@engineers/ngx-utils
npm ERR!       @engineers/ngx-utils@"1.1.0" from @engineers/ngx-content-core@1.1.2
npm ERR!       packages/ngx-content-core
npm ERR!         @engineers/ngx-content-core@1.1.2
npm ERR!         node_modules/@engineers/ngx-content-core
npm ERR!     peer @angular/common@"14.2.2" from @angular/platform-browser@14.2.2
npm ERR!     node_modules/@angular/platform-browser
npm ERR!       peer @angular/platform-browser@"^14.0.6" from @engineers/ngx-content-core@1.1.2
npm ERR!       packages/ngx-content-core
npm ERR!         @engineers/ngx-content-core@1.1.2
npm ERR!         node_modules/@engineers/ngx-content-core
0 Answers
Related