Angular12: Could not resolve dependency: tslib@"^1.9.3"
Bluejanis opened this issue · comments
Janis Pütz commented
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
April Polubiec commented
just run with the --force
flag:
npm install @kolkov/ngx-gallery --force
probably not ideal but I haven't hit any issues yet