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

Unable to resolve dependency tree with nestjs v7 #479

Open
Edo78 opened this issue Jun 17, 2021 · 2 comments
Open

Unable to resolve dependency tree with nestjs v7 #479

Edo78 opened this issue Jun 17, 2021 · 2 comments

Comments

@Edo78
Copy link

Edo78 commented Jun 17, 2021

When running npm install nestjs-amqp I got

❯ npm install nestjs-amqp
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: @nestjs/[email protected]
npm ERR! node_modules/@nestjs/common
npm ERR!   @nestjs/common@"^7.6.15" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @nestjs/common@"^5.1.0 || ^6.0.3" from [email protected]
npm ERR! node_modules/nestjs-amqp
npm ERR!   nestjs-amqp@"*" from the root project

Right now I'm willing to try the --force option but it should be nice to update the peerDependencies or to know if/when this package will support nestjs 7

@isaiasmac
Copy link

Same problem

@SergioArrighi
Copy link

Same issue with nestjs common 9.
Is there any plan to bump the version?
Thanks and regards

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

No branches or pull requests

3 participants