2025-04-10 14:36:22 -07:00
.TH "NPM-UNSTAR" "1" "April 2025" "NPM@11.3.0" ""
2020-11-27 12:22:50 -05:00
.SH "NAME"
2022-12-06 22:18:33 -05:00
\fB npm-unstar\fR - Remove an item from your favorite packages
.SS "Synopsis"
2020-11-27 12:22:50 -05:00
.P
.RS 2
.nf
2022-12-06 22:18:33 -05:00
npm unstar \[ lB]<package-spec>...\[ rB]
2020-11-27 12:22:50 -05:00
.fi
.RE
2021-03-23 14:58:11 -04:00
.P
2022-12-06 22:18:33 -05:00
Note: This command is unaware of workspaces.
.SS "Description"
2020-11-27 12:22:50 -05:00
.P
2022-12-06 22:18:33 -05:00
"Unstarring" a package is the opposite of npm help star, it removes an item from your list of favorite packages.
.SS "More"
2020-11-27 12:22:50 -05:00
.P
There's also these extra commands to help you manage your favorite packages:
2022-12-06 22:18:33 -05:00
.SS "Star"
2020-11-27 12:22:50 -05:00
.P
2022-11-07 13:02:05 -05:00
You can "star" a package using npm help star
2022-12-06 22:18:33 -05:00
.SS "Listing stars"
2020-11-27 12:22:50 -05:00
.P
2022-11-07 13:02:05 -05:00
You can see all your starred packages using npm help stars
2022-12-06 22:18:33 -05:00
.SS "Configuration"
.SS "\fBregistry\fR"
2021-05-20 15:54:50 -04:00
.RS 0
2022-12-06 22:18:33 -05:00
.IP \(bu 4
Default: "https://registry.npmjs.org/"
.IP \(bu 4
2021-05-20 15:54:50 -04:00
Type: URL
2022-12-06 22:18:33 -05:00
.RE 0
2021-05-20 15:54:50 -04:00
.P
2022-12-06 22:18:33 -05:00
The base URL of the npm registry.
.SS "\fBunicode\fR"
2021-05-20 15:54:50 -04:00
.RS 0
2022-12-06 22:18:33 -05:00
.IP \(bu 4
Default: false on windows, true on mac/unix systems with a unicode locale, as defined by the \fB LC_ALL\fR , \fB LC_CTYPE\fR , or \fB LANG\fR environment variables.
.IP \(bu 4
2021-05-20 15:54:50 -04:00
Type: Boolean
2022-12-06 22:18:33 -05:00
.RE 0
2021-05-20 15:54:50 -04:00
.P
2022-12-06 22:18:33 -05:00
When set to true, npm uses unicode characters in the tree output. When false, it uses ascii characters instead of unicode glyphs.
.SS "\fBotp\fR"
2021-05-20 15:54:50 -04:00
.RS 0
2022-12-06 22:18:33 -05:00
.IP \(bu 4
2021-05-20 15:54:50 -04:00
Default: null
2022-12-06 22:18:33 -05:00
.IP \(bu 4
2021-05-20 15:54:50 -04:00
Type: null or String
2022-12-06 22:18:33 -05:00
.RE 0
2021-05-20 15:54:50 -04:00
.P
2022-12-06 22:18:33 -05:00
This is a one-time password from a two-factor authenticator. It's needed when publishing or changing package permissions with \fB npm access\fR .
2021-05-20 15:54:50 -04:00
.P
2022-12-06 22:18:33 -05:00
If 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 "See Also"
2020-11-27 12:22:50 -05:00
.RS 0
2022-12-06 22:18:33 -05:00
.IP \(bu 4
2020-11-27 12:22:50 -05:00
npm help star
2022-12-06 22:18:33 -05:00
.IP \(bu 4
2020-11-27 12:22:50 -05:00
npm help stars
2022-12-06 22:18:33 -05:00
.IP \(bu 4
2020-11-27 12:22:50 -05:00
npm help view
2022-12-06 22:18:33 -05:00
.IP \(bu 4
2020-11-27 12:22:50 -05:00
npm help whoami
2022-12-06 22:18:33 -05:00
.IP \(bu 4
2020-11-27 12:22:50 -05:00
npm help adduser
2022-12-06 22:18:33 -05:00
.RE 0