ngx-gallery icon indicating copy to clipboard operation
ngx-gallery copied to clipboard

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

Open Bluejanis opened this issue 4 years ago • 1 comments

npm WARN Could not resolve dependency: npm WARN peer tslib@"^1.9.3" from @kolkov/[email protected] 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: [email protected] npm WARN node_modules/tslib npm WARN tslib@"2.3.0" from @angular-devkit/[email protected]

Bluejanis avatar Jul 21 '21 14:07 Bluejanis

just run with the --force flag:

npm install @kolkov/ngx-gallery --force

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

AprilPolubiec avatar Nov 27 '21 01:11 AprilPolubiec