You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: