|
|
|
|
|
by postalcoder
81 days ago
|
|
Yes there is. You can use those configs as flags in the CLI to override the global config. eg: npm install <package> --min-release-age 0
pnpm add <package> --minimum-release-age 0
uv add <package> --exclude-newer "0 days"
bun add <package> --minimum-release-age 0
|
|
Currently pnpm only supports setting this option via persistent config file, not per-run.