ngx-fast-svg icon indicating copy to clipboard operation
ngx-fast-svg copied to clipboard

Update to angular 18

Open Frosty1604 opened this issue 8 months ago • 0 comments

Need to update the peer dependencies to support angular 18.

Error log:

npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: @push-based/[email protected]
npm WARN Found: @angular/[email protected]
npm WARN node_modules/@angular/common
npm WARN   peer @angular/common@"^18.0.0 || ^19.0.0" from @angular/[email protected]
npm WARN   node_modules/@angular/cdk
npm WARN     @angular/cdk@"18.0.0" from the root project
npm WARN   7 more (@angular/forms, @angular/platform-browser, ...)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer @angular/common@"^17.0.0" from @push-based/[email protected]
npm WARN node_modules/@push-based/ngx-fast-svg
npm WARN   @push-based/ngx-fast-svg@"^18.0.0" from the root project
npm WARN 
npm WARN Conflicting peer dependency: @angular/[email protected]
npm WARN node_modules/@angular/common
npm WARN   peer @angular/common@"^17.0.0" from @push-based/[email protected]
npm WARN   node_modules/@push-based/ngx-fast-svg
npm WARN     @push-based/ngx-fast-svg@"^18.0.0" from the root project
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: @push-based/[email protected]
npm WARN Found: @angular/[email protected]
npm WARN node_modules/@angular/core
npm WARN   peer @angular/core@"18.0.0" from @angular/[email protected]
npm WARN   node_modules/@angular/animations
npm WARN     peerOptional @angular/animations@"18.0.0" from @angular/[email protected]
npm WARN     node_modules/@angular/platform-browser
npm WARN     1 more (the root project)
npm WARN   11 more (@angular/cdk, @angular/common, @angular/compiler, ...)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer @angular/core@"^17.0.0" from @push-based/[email protected]
npm WARN node_modules/@push-based/ngx-fast-svg
npm WARN   @push-based/ngx-fast-svg@"^18.0.0" from the root project
npm WARN 
npm WARN Conflicting peer dependency: @angular/[email protected]
npm WARN node_modules/@angular/core
npm WARN   peer @angular/core@"^17.0.0" from @push-based/[email protected]
npm WARN   node_modules/@push-based/ngx-fast-svg
npm WARN     @push-based/ngx-fast-svg@"^18.0.0" from the root project

Frosty1604 avatar Jun 02 '24 21:06 Frosty1604