Developers can use npm deprecate [@] to mark a package or a specific version as deprecated, displaying a warning message ______ to any developers installing it.

  • internally
  • externally
  • globally
  • locally
When using npm deprecate, the correct option is externally. This means that a deprecation warning message will be displayed to any developers installing the package from outside the project.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *