Skip to content
Stars Background

yarn npm tag remove

Remove a tag from a package

Terminal window
yarn npm tag remove <package> <tag>

Remove the beta tag from package my-pkg :

Terminal window
yarn npm tag remove my-pkg beta

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