Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels