File Explorer

/var/lang/lib/node_modules/npm/man/man1

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

0 dirs
70 files
npm-undeprecate.11.5 KB · 58 lines
.TH "NPM-UNDEPRECATE" "1" "February 2026" "NPM@11.11.0" "".SH "NAME"\fBnpm-undeprecate\fR - Undeprecate a version of a package.SS "Synopsis".P.RS 2.nfnpm undeprecate <package-spec>.fi.RE.PNote: This command is unaware of workspaces..SS "Description".PThis command will update the npm registry entry for a package, removing any deprecation warnings that currently exist..PIt works in the same way as npm help deprecate, except that this command removes deprecation warnings instead of adding them..SS "Configuration".SS "\fBregistry\fR".RS 0.IP \(bu 4Default: "https://registry.npmjs.org/".IP \(bu 4Type: URL.RE 0 .PThe base URL of the npm registry..SS "\fBotp\fR".RS 0.IP \(bu 4Default: null.IP \(bu 4Type: null or String.RE 0 .PThis is a one-time password from a two-factor authenticator. It's needed when publishing or changing package permissions with \fBnpm access\fR..PIf not set, and a registry response fails with a challenge for a one-time password, npm will prompt on the command line for one..SS "\fBdry-run\fR".RS 0.IP \(bu 4Default: false.IP \(bu 4Type: Boolean.RE 0 .PIndicates that you don't want npm to make any changes and that it should only report what it would have done. This can be passed into any of the commands that modify your local installation, eg, \fBinstall\fR, \fBupdate\fR, \fBdedupe\fR, \fBuninstall\fR, as well as \fBpack\fR and \fBpublish\fR..PNote: This is NOT honored by other network related commands, eg \fBdist-tags\fR, \fBowner\fR, etc..SS "See Also".RS 0.IP \(bu 4npm help deprecate.RE 0