npm-unpublish (1) Linux Manual Page
npm-unpublish – Remove a package from the registry SynopsisUnpublishing a single version of a packagenpm unpublish [<@scope>/]<pkg>@<version>Unpublishing an entire packagenpm unpublish [<@scope>/]<pkg> –forceWarningConsider using the deprecate command instead, if your intent is to encourage users to upgrade, or if you no longer want to maintain a package. DescriptionThis removes a package version from the registry,…
