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
- fix(core): Fix all dependency versions for backend packages (no-changelog) (#7745) Once the packages are published to NPM, they don't have the `pnpm-lock.yaml` to fix dependency versions. Which mean... — committed to n8n-io/n8n by netroy 7 months ago
- fix(core): Fix all dependency versions for backend packages (no-changelog) (#7745) Once the packages are published to NPM, they don't have the `pnpm-lock.yaml` to fix dependency versions. Which means... — committed to n8n-io/n8n by netroy 7 months ago
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.
add
"cache-manager": "5.2.4"as dependency of your package.json, this will force to use this version