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: emeras-ingester@0.0.1
npm ERR! Found: @nestjs/common@7.6.17
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 nestjs-amqp@0.2.0
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
When running
npm install nestjs-amqpI gotRight now I'm willing to try the
--forceoption but it should be nice to update the peerDependencies or to know if/when this package will support nestjs 7