]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/man/man1/npm-unpublish.1
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / man / man1 / npm-unpublish.1
1 .TH "NPM\-UNPUBLISH" "1" "October 2016" "" ""
2 .SH "NAME"
3 \fBnpm-unpublish\fR \- Remove a package from the registry
4 .SH SYNOPSIS
5 .P
6 .RS 2
7 .nf
8 npm unpublish [@<scope>/]<name>[@<version>]
9 .fi
10 .RE
11 .SH WARNING
12 .P
13 \fBIt is generally considered bad behavior to remove versions of a library
14 that others are depending on!\fR
15 .P
16 Consider using the \fBdeprecate\fP command
17 instead, if your intent is to encourage users to upgrade\.
18 .P
19 There is plenty of room on the registry\.
20 .SH DESCRIPTION
21 .P
22 This removes a package version from the registry, deleting its
23 entry and removing the tarball\.
24 .P
25 If no version is specified, or if all versions are removed then
26 the root package entry is removed from the registry entirely\.
27 .P
28 Even if a package version is unpublished, that specific name and
29 version combination can never be reused\.  In order to publish the
30 package again, a new version number must be used\.
31 .P
32 The scope is optional and follows the usual rules for npm help 7 \fBnpm\-scope\fP\|\.
33 .SH SEE ALSO
34 .RS 0
35 .IP \(bu 2
36 npm help deprecate
37 .IP \(bu 2
38 npm help publish
39 .IP \(bu 2
40 npm help 7 registry
41 .IP \(bu 2
42 npm help adduser
43 .IP \(bu 2
44 npm help owner
45
46 .RE
47