nest-mailman icon indicating copy to clipboard operation
nest-mailman copied to clipboard

mailman does not support NestJS 8.X.X

Open R3dlessX opened this issue 4 years ago • 2 comments

Hello ! I recently wanted to use nest-mailman with NestJS 8, but it doesn't seem to work.

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@"^8.0.6" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @nestjs/common@"^6.7.0 || ^7.0.0" from @squareboat/[email protected]
npm ERR! node_modules/@squareboat/nest-mailman
npm ERR!   @squareboat/nest-mailman@"*" 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.
npm ERR!

R3dlessX avatar Sep 02 '21 17:09 R3dlessX

Same issue.

Christian-Martins avatar Sep 12 '21 22:09 Christian-Martins

That's npm error, install the package with npm i @squareboat/nest-mailman --save --legacy-peer-deps

image

sawa-ko avatar Sep 13 '21 21:09 sawa-ko

This is solved.

vinayak25 avatar Mar 07 '23 18:03 vinayak25