m npm clean_tags¶
Remove empty npm tags.
$ m npm clean_tags @scope/package
When packages are removed there will be empty tags that point to nothing. This command will find those empty tags and remove them.
Source code in m/cli/commands/npm/clean_tags.py
Positional arguments¶
package_name
¶
name of the npm package