Skip to content
New issue

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 CLI option to disable deprecation warnings #9

Open
ericcornelissen opened this issue Oct 29, 2024 · 1 comment
Open

npm CLI option to disable deprecation warnings #9

ericcornelissen opened this issue Oct 29, 2024 · 1 comment

Comments

@ericcornelissen
Copy link
Owner

The npm CLI has several flags to disable certain things like auditing with --no-audit, the update notifier with --no-update-notifier, and funding messages with --no-fund. Given this project to manage deprecations, it would be useful for users to disable deprecation warnings on the CLI too to reduce noise.

@ericcornelissen
Copy link
Owner Author

The proposal in npm/cli#7633 would partially address it, but even then - like --no-audit - I think it would be beneficial to have an --no-deprecations options.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant