7889ef9c519dfd68c0f6d216e9fc4e5be2a7614f
[platform/upstream/nodejs.git] / deps / npm / man / man1 / npm-unpublish.1
1 .\" Generated with Ronnjs 0.3.8
2 .\" http://github.com/kapouer/ronnjs/
3 .
4 .TH "NPM\-UNPUBLISH" "1" "November 2013" "" ""
5 .
6 .SH "NAME"
7 \fBnpm-unpublish\fR \-\- Remove a package from the registry
8 .
9 .SH "SYNOPSIS"
10 .
11 .nf
12 npm unpublish <name>[@<version>]
13 .
14 .fi
15 .
16 .SH "WARNING"
17 \fBIt is generally considered bad behavior to remove versions of a library
18 that others are depending on!\fR
19 .
20 .P
21 Consider using the \fBdeprecate\fR command
22 instead, if your intent is to encourage users to upgrade\.
23 .
24 .P
25 There is plenty of room on the registry\.
26 .
27 .SH "DESCRIPTION"
28 This removes a package version from the registry, deleting its
29 entry and removing the tarball\.
30 .
31 .P
32 If no version is specified, or if all versions are removed then
33 the root package entry is removed from the registry entirely\.
34 .
35 .SH "SEE ALSO"
36 .
37 .IP "\(bu" 4
38 npm help deprecate
39 .
40 .IP "\(bu" 4
41 npm help publish
42 .
43 .IP "\(bu" 4
44 npm help  registry
45 .
46 .IP "\(bu" 4
47 npm help adduser
48 .
49 .IP "\(bu" 4
50 npm help owner
51 .
52 .IP "" 0
53