-
Notifications
You must be signed in to change notification settings - Fork 402
Closed
Labels
status: has PRIssues which has a related PR closing the issue.Issues which has a related PR closing the issue.
Description
Hello!
Thank you for this great library!
However, right now it requires [email protected]
(exact version 0.3.1
) as a peer dependency. This prevents my project from using the latest version of the class-transformer
(which is 0.4.0
).
This generates the following error on npm install
:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: @acme/project
npm ERR! Found: [email protected]
npm ERR! node_modules/class-transformer
npm ERR! class-transformer@"0.4.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer class-transformer@"^0.3.1" from [email protected]
npm ERR! node_modules/routing-controllers
npm ERR! routing-controllers@"0.9.0" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
Would you be so kind to update class-transformer
dependency to the latest version?
Thanks!
subsystem7, sharpensteel, ms-sch, air2, siyb and 27 more
Metadata
Metadata
Assignees
Labels
status: has PRIssues which has a related PR closing the issue.Issues which has a related PR closing the issue.