nest-mailman
nest-mailman copied to clipboard
mailman does not support NestJS 8.X.X
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!
Same issue.
That's npm error, install the package with npm i @squareboat/nest-mailman --save --legacy-peer-deps

This is solved.