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

🐞 - @taiga-ui/core@3.95.0 has incorrect @tinkoff/ng-polymorpheus peer dependency #9172

Closed
IgorVyatkin opened this issue Sep 24, 2024 · 0 comments
Assignees

Comments

@IgorVyatkin
Copy link

Code Example URL

"@tinkoff/ng-polymorpheus": ">=4.3.0 <4",

Description

@taiga-ui/core@3.95.0 got incorrect "@tinkoff/ng-polymorpheus": ">=4.3.0 <4" peer dependency that blocks the package installation

C:\Work\src\1>npm i @tinkoff/ng-polymorpheus

added 8 packages in 2s

C:\Work\src\1>npm i @taiga-ui/core@3.95.0
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: undefined@undefined
npm error Found: @tinkoff/ng-polymorpheus@4.3.0
npm error node_modules/@tinkoff/ng-polymorpheus
npm error   @tinkoff/ng-polymorpheus@"^4.3.0" from the root project
npm error   @tinkoff/ng-polymorpheus@"^4.3.0" from @taiga-ui/cdk@3.95.0
npm error   node_modules/@taiga-ui/cdk
npm error     peer @taiga-ui/cdk@">=3.95.0 <4" from @taiga-ui/core@3.95.0
npm error     node_modules/@taiga-ui/core
npm error       @taiga-ui/core@"3.95.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer @tinkoff/ng-polymorpheus@">=4.3.0 <4" from @taiga-ui/core@3.95.0
npm error node_modules/@taiga-ui/core
npm error   @taiga-ui/core@"3.95.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error C:\Users\x.y\AppData\Local\npm-cache\_logs\2024-09-24T15_47_10_418Z-eresolve-report.txt
npm error A complete log of this run can be found in: C:\Users\x.y\AppData\Local\npm-cache\_logs\2024-09-24T15_47_10_418Z-debug-0.log

Taiga UI version

3.95.0

Browser Used

Chrome

OS Used

Windows

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

No branches or pull requests

2 participants