cache-manager: 5.3.0 missing `dist/` folder on npmjs.org

Hi team,

The 5.3.0 release of cache-manager appears to be missing the dist/ folder when installed from npmjs.org.

https://www.npmjs.com/package/cache-manager/v/5.2.4?activeTab=code https://www.npmjs.com/package/cache-manager/v/5.3.0?activeTab=code

Am I missing something?

About this issue

  • Original URL
  • State: closed
  • Created 7 months ago
  • Reactions: 28
  • Comments: 28 (5 by maintainers)

Commits related to this issue

Most upvoted comments

Hi All. Sorry for the failure and I am working on a publish now. It should be out in the next hour.

@mmendivilg - You would have to use the tilde(~) and not ^ with the version “cache-manager”: “~5.2.1”,

This will ensure the version stays as 5.2.x (only gets bumped to patch versions when available). In this case 5.3.0 is the failing version.

My production app is not deploying because of this error:

[Nest] 14136 - 11/16/2023, 7:51:25 PM ERROR [PackageLoader] The “cache-manager” package is missing. Please, make sure to install this library ($ npm install cache-manager) to take advantage of CacheModule.

I was wondering if anyone can tell me what to do to fix this temporarily?

add "cache-manager": "5.2.4" as dependency of your package.json, this will force to use this version