You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ 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
The text was updated successfully, but these errors were encountered:
When running
npm install nestjs-amqp
I gotRight 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 7The text was updated successfully, but these errors were encountered: