pIvan / ngx-color-picker

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

Not compatibility with Angular 13 #59

Closed Fonzeca closed 1 year ago

Fonzeca commented 1 year ago

In your Readme say

Compatible with Angular 5+ versions

But, when i try to install with npm i @iplab/ngx-color-picker

This error appear

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: app-vehiculo@1.0.3
npm ERR! Found: @angular/animations@13.3.11
npm ERR! node_modules/@angular/animations
npm ERR!   @angular/animations@"~13.3.10" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/animations@"^14.0.0" from @iplab/ngx-color-picker@14.2.1
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.

i have to install 3.0.1 version, but i want the latest features.

pIvan commented 1 year ago

Hi @Fonzeca,

thank you for your feedback, for version 13 it shouldn't be a problem to downgrade the whole project, I will do that in the coming weekend.

pIvan commented 1 year ago

Hi @Fonzeca,

added support for Angular 13 with all features from version 14