<pre>
How to resolve thie below error?
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @nestjs/swagger@"^7.1.13" from @**********_sdk/
[email protected]
npm ERR! node_modules/@**********_sdk/nest-common
npm ERR! @**********_sdk/nest-common@"^1.3.10" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: @nestjs/
[email protected]
npm ERR! node_modules/@nestjs/swagger
npm ERR! peer @nestjs/swagger@"^7.1.13" from @**********_sdk/
[email protected]
npm ERR! node_modules/@**********_sdk/nest-common
npm ERR! @**********_sdk/nest-common@"^1.3.10" 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.
</pre>