yarn / 3.1.1 / cli / npm / tag / remove.html /

yarn npm tag remove

Remove a tag from a package.

Usage

$> yarn npm tag remove <package> <tag>

Examples

Remove the beta tag from package my-pkg :

yarn npm tag remove my-pkg beta

Details

This command will remove a tag from a package from the npm registry.

© 2016–present Yarn Contributors
Licensed under the BSD License.
https://yarnpkg.com/cli/npm/tag/remove