pIvan / ngx-color-picker

Pure Angular color picker library.
MIT License
94 stars 17 forks source link

Dependency Conflict #64

Closed mathias-ewald closed 1 year ago

mathias-ewald commented 1 year ago
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: showgen@0.0.0
npm ERR! Found: @angular/animations@14.2.12
npm ERR! node_modules/@angular/animations
npm ERR!   @angular/animations@"^14.2.6" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/animations@"^15.0.0" from @iplab/ngx-color-picker@15.0.0
npm ERR! node_modules/@iplab/ngx-color-picker
npm ERR!   @iplab/ngx-color-picker@"*" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /Users/mewald/.npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/mewald/.npm/_logs/2022-12-17T07_13_54_191Z-debug-0.log
pIvan commented 1 year ago

Hi @mathias-ewald, ngx-color-picker@v15.x.x is used only with angular v15, with version 14 use ngx-color-picker@v14.x.x.

npm i @iplab/ngx-color-picker@14.2.1

pIvan commented 1 year ago

closed due to less feedback