kolkov / ngx-gallery

A simple responsive native gallery component for Angular 8+.
https://ngx-gallery.kolkov.ru/
MIT License
115 stars 56 forks source link

Angular12: Could not resolve dependency: tslib@"^1.9.3" #77

Open Bluejanis opened 2 years ago

Bluejanis commented 2 years ago

npm WARN Could not resolve dependency: npm WARN peer tslib@"^1.9.3" from @kolkov/ngx-gallery@1.2.3 npm WARN node_modules/@kolkov/ngx-gallery npm WARN @kolkov/ngx-gallery@"1.2.3" from the root project npm WARN ERESOLVE overriding peer dependency npm WARN Found: tslib@2.3.0 npm WARN node_modules/tslib npm WARN tslib@"2.3.0" from @angular-devkit/build-angular@12.1.2

AprilPolubiec commented 2 years ago

just run with the --force flag:

npm install @kolkov/ngx-gallery --force

probably not ideal but I haven't hit any issues yet