Remove a tag from a package
yarn npm tag remove <package> <tag>Examples
Section titled “Examples”Remove the beta tag from package my-pkg
:
yarn npm tag remove my-pkg betaDetails
Section titled “Details”This command will remove a tag from a package from the npm registry.