nestjs / cache-manager

Cache manager module for Nest framework (node.js) 🗃
MIT License
111 stars 19 forks source link

`cache-manager 5.6.0` fails to load #408

Open flovouin opened 4 weeks ago

flovouin commented 4 weeks ago

Is there an existing issue for this?

Current behavior

The issue can actually be observed in #407, which tries to update to cache-manager v5.6.0. See this CI step.

Not only it'd be great to be able to use cache-manager's latest version, but also @nestjs/cache-manager currently depends on version <= 5, which breaks with 5.6.0.

Minimum reproduction code

https://github.com/nestjs/cache-manager/pull/407

Steps to reproduce

No response

Expected behavior

Depending on cache-manager v5.6.0 does not raise an error.

Package version

2.2.2

NestJS version

10

Node.js version

20

In which operating systems have you tested?

Other

No response

MikhaelGerbet commented 4 weeks ago

i confirm, the 5.5.3 return this error :

The "cache-manager" package is missing. Please, make sure to install this library ($ npm install cache-manager) to take advantage of CacheModule.

But ! The 5.6.1 published 2 hours ago works or with the previous requirement 5.5.3

MikhaelGerbet commented 4 weeks ago

perhaps fixed on this PR