We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm package MV has not been updated in 9 years, and depends on a deprecated package inflight which leaks memory:
Bunyan should find a replacement for mv.
> npm install --save npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. > npm ls inflight my-package └─┬ [email protected] └─┬ [email protected] └─┬ [email protected] └─┬ [email protected] └── [email protected]
The text was updated successfully, but these errors were encountered:
Workaround: add the following to package.json:
"overrides": { "mv": "npm:dry-uninstall" },
which will prevent mv from being installed by using the dummy package dry-uninstall instead.
mv
Mv is an optional module used for "rotating-file" stream type
Sorry, something went wrong.
Interesting workaround! Thanks for sharing.
I also found the same problem: renovatebot/renovate#29265, any chance you're coming from Renovate too?
Related/duplicate #667
No branches or pull requests
npm package MV has not been updated in 9 years, and depends on a deprecated package inflight which leaks memory:
Bunyan should find a replacement for mv.
The text was updated successfully, but these errors were encountered: