Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating to Angular 15 - Peer dependencies cannot resolve #116

Open
malek-itani opened this issue May 2, 2023 · 4 comments
Open

Updating to Angular 15 - Peer dependencies cannot resolve #116

malek-itani opened this issue May 2, 2023 · 4 comments

Comments

@malek-itani
Copy link

malek-itani commented May 2, 2023

Any plan to upgrade the library to Angular 15?

I'm trying to upgrade my app to Angular 15 and found the following issue when installing this library.

npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @kolkov/[email protected]
npm ERR! Found: @angular/[email protected]
npm ERR! node_modules/@angular/animations
npm ERR!   @angular/animations@"15.0.1" from the root project
npm ERR!   peer @angular/animations@"^15.0.0 || ^16.0.0" from @angular/[email protected]
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/animations@">=13.0.0 <14" from @kolkov/[email protected]
npm ERR! node_modules/@kolkov/ngx-gallery
npm ERR!   dev @kolkov/ngx-gallery@"^2.0.1" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: @angular/[email protected]
npm ERR! node_modules/@angular/animations
npm ERR!   peer @angular/animations@">=13.0.0 <14" from @kolkov/[email protected]
npm ERR!   node_modules/@kolkov/ngx-gallery
npm ERR!     dev @kolkov/ngx-gallery@"^2.0.1" from the root project
@andrejm7
Copy link
Contributor

andrejm7 commented May 3, 2023

me too...to work need to run npm install --legacy-peer-deps

@neeraj-vts
Copy link

@kolkov Any plans to angular 15 upgrade soon ?

@rwahdan1978
Copy link

Have the same issue. If I run with --legacy-peer-deps it is giving more errors!

@tushar33
Copy link

tushar33 commented Mar 4, 2024

Any update about this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants