NestJS 11 compatibility
Hi nestjs-redis isn't compatible with latest nestjs v11 release
npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving: @xxx/xxx@xxx npm ERR! Found: @nestjs/[email protected] npm ERR! node_modules/@nestjs/core npm ERR! peer @nestjs/core@"^8.0.0 || ^9.0.0 || ^10.0.0" from @nestjs/[email protected] npm ERR! node_modules/@nestjs/mongoose npm ERR! peerOptional @nestjs/mongoose@"^9.0.0 || ^10.0.0" from @nestjs/[email protected] npm ERR! node_modules/@nestjs/terminus npm ERR! peer @nestjs/terminus@"^10.0.0" from @songkeys/[email protected] npm ERR! node_modules/@songkeys/nestjs-redis-health npm ERR! @songkeys/nestjs-redis-health@"^10.0.0" from the root project
This seems to work, until new version of this package is released ( add in package.json ):
"overrides": {
"@songkeys/nestjs-redis": {
"@nestjs/common": "11.0.7",
"@nestjs/core": "11.0.7"
}
}
please update to NestJS version 11.
please update to NestJS version 11.
Hi. Just updated. Please try version 11.0.0.