| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 | .TH "NPM\-UNPUBLISH" "1" "August 2021" "" "".SH "NAME"\fBnpm-unpublish\fR \- Remove a package from the registry.SS Synopsis.SS Unpublishing a single version of a package.P.RS 2.nfnpm unpublish [<@scope>/]<pkg>@<version>.fi.RE.SS Unpublishing an entire package.P.RS 2.nfnpm unpublish [<@scope>/]<pkg> \-\-force.fi.RE.SS Warning.PConsider using the \fBdeprecate\fP command instead, if your intent is to encourage users to upgrade, or if you no longer want to maintain a package\..SS Description.PThis removes a package version from the registry, deleting itsentry and removing the tarball\..PIf no version is specified, or if all versions are removed thenthe root package entry is removed from the registry entirely\..PEven if a package version is unpublished, that specific name andversion combination can never be reused\. In order to publish thepackage again, a new version number must be used\. If you unpublish the entire package, you may not publish any new versions of that package until 24 hours have passed\..PTo learn more about how unpublish is treated on the npm registry, see our <a href="https://www\.npmjs\.com/policies/unpublish" target="_blank" rel="noopener noreferrer"> unpublish policies</a>\|\. .SS See Also.RS 0.IP \(bu 2npm help deprecate.IP \(bu 2npm help publish.IP \(bu 2npm help registry.IP \(bu 2npm help adduser.IP \(bu 2npm help owner.RE
 |