2015-03-06 16:57:32 +08:00
|
|
|
.TH "NPM\-DEPRECATE" "1" "March 2015" "" ""
|
2011-11-27 01:21:03 +08:00
|
|
|
.SH "NAME"
|
2014-09-25 05:41:07 +08:00
|
|
|
\fBnpm-deprecate\fR \- Deprecate a version of a package
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.P
|
|
|
|
.RS 2
|
2014-11-05 07:08:12 +08:00
|
|
|
.nf
|
2011-11-27 01:21:03 +08:00
|
|
|
npm deprecate <name>[@<version>] <message>
|
2014-11-05 07:08:12 +08:00
|
|
|
.fi
|
2014-09-25 05:41:07 +08:00
|
|
|
.RE
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.P
|
2011-11-27 01:21:03 +08:00
|
|
|
This command will update the npm registry entry for a package, providing
|
|
|
|
a deprecation warning to all who attempt to install it\.
|
|
|
|
.P
|
|
|
|
It works on version ranges as well as specific versions, so you can do
|
|
|
|
something like this:
|
2014-09-25 05:41:07 +08:00
|
|
|
.P
|
|
|
|
.RS 2
|
2014-11-05 07:08:12 +08:00
|
|
|
.nf
|
2011-11-27 01:21:03 +08:00
|
|
|
npm deprecate my\-thing@"< 0\.2\.3" "critical bug fixed in v0\.2\.3"
|
2014-11-05 07:08:12 +08:00
|
|
|
.fi
|
2014-09-25 05:41:07 +08:00
|
|
|
.RE
|
2011-11-27 01:21:03 +08:00
|
|
|
.P
|
2014-09-25 05:41:07 +08:00
|
|
|
Note that you must be the package owner to deprecate something\. See the
|
|
|
|
\fBowner\fR and \fBadduser\fR help topics\.
|
2012-12-22 00:42:29 +08:00
|
|
|
.P
|
|
|
|
To un\-deprecate a package, specify an empty string (\fB""\fR) for the \fBmessage\fR argument\.
|
2014-09-25 05:41:07 +08:00
|
|
|
.SH SEE ALSO
|
|
|
|
.RS 0
|
|
|
|
.IP \(bu 2
|
2011-11-27 01:21:03 +08:00
|
|
|
npm help publish
|
2014-09-25 05:41:07 +08:00
|
|
|
.IP \(bu 2
|
2014-09-17 06:38:50 +08:00
|
|
|
npm help 7 registry
|
2014-09-25 05:41:07 +08:00
|
|
|
|
|
|
|
.RE
|
2011-11-27 01:21:03 +08:00
|
|
|
|