qnm doctor resolve duplications? #127
Answered
by
ranyitz
sschneider-ihre-pvs
asked this question in
Q&A
-
Is there any way to resolve massive duplications? Or is the only option pnpm and such? |
Beta Was this translation helpful? Give feedback.
Answered by
ranyitz
Aug 24, 2023
Replies: 1 comment 1 reply
-
👋 Hi! To solve duplications, you can either use your package manager (yarn dedupe or npm dedupe pnpm dedupe) In some cases, you'll need to change the required dependency version in the package.json in your projects or in one of your dependencies. See #121 for additional context. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
sschneider-ihre-pvs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
👋 Hi!
qnm doctor only gives you visibility, it doesn't actually solve the duplication.
To solve duplications, you can either use your package manager (yarn dedupe or npm dedupe pnpm dedupe)
In some cases, you'll need to change the required dependency version in the package.json in your projects or in one of your dependencies. See #121 for additional context.