nestjs-plugins
nestjs-plugins copied to clipboard
NestJS 9 unsupported
Hello, it seems that there is a peer dependency on @nestjs/common@^8.0.0
which prevents upgrading to v9.
npm i
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@"9.0.5" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @nestjs/common@"^8.0.0" from [email protected]
npm ERR! node_modules/nestjs-firebase
npm ERR! nestjs-firebase@"8.2.3" 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.
I was able to resolve mine by adding overrides in my package.json
"overrides": {
"nestjs-firebase": {
"@nestjs/common": "$@nestjs/common"
}
}
Hello! Any new about the update for Nestjs 9?
publish new version https://www.npmjs.com/package/nestjs-firebase