npm unpublish <[<@scope>/]<pkg>[@<version>]>
Remove a package from the registry
Arguments
Name | Description |
---|
[<@scope>/]<pkg>[@<version>] | |
Options
Name | Description |
---|
--dry-run | Indicates that you don't want npm to make any changes and that it should only report what it would have done |
-f, --force | |
-w, --workspace <workspace...> | Enable running a command in the context of the configured workspaces of the current project |
-ws, --workspaces | Enable running a command in the context of all the configured workspaces |